#container{

width:100%;
height:500px;
position:relative;
}

#container div{
position:absolute;

}

#logo {
background-image:url(/files/Layout/slideshow/Logo.png);
background-repeat: no-repeat;
background-size:200px;
top:178px;
left:300px;
width:200px;
height:170px;
}

#facebook {
cursor:pointer;
top:375px;
left:240px;
width:320px;
height:82px;
background-image:url(/files/Layout/FB_FindUsOnFacebook-320.png);
background-repeat: no-repeat;
}

#container div.field {
cursor:pointer;
background-color:#B0E2FF;
border-radius: 20px;
font-size:20px;
text-align:center;
}

#fotos {
top:200px;
left:50px;
width:200px;
height:100px;
}

#intern {
width:200px;
height:100px;
top:200px;
left:550px;
}

#interesse {
width:200px;
height:100px;
top:30px;
left:300px;
}

#facebook a{
display:block;
height:100%;
}

#container a.fieldlink{
top:20px;
vertical-align:middle;
display:table-cell;
height:100px;
width:200px;
color:#286ea0;
font-weight:bold;
}

#intern a{
top:20px;
vertical-align:middle;
display:table-cell;
height:100px;
width:200px;
color:#286ea0;
font-weight:bold;
}

#container div.field:hover{
background-color:#7ABFE6;
}

#container a:hover{
text-decoration:none;
color: #ffffff;
}