html{
background-color:#B9B7A0;
padding: 0 0 0 0;
}

div.fundo{
width:790px;
height:509px;
position:relative;
left:50%;
top:0;
margin-left:-395px;
overflow: hidden;
}

div.fundo-estatico{
width:790px;
height:509px;
position:relative;
left:50%;
top:0;
margin-left:-395px;
background-image:url(images/fundo-menu.jpg);
}

div.menu_inicial{
width:150px;
height:260px;
position:absolute;
margin-left:160px;
margin-top:120px;
}

div.filme{
width:320px;
height:240px;
position:relative;
left:35px;
top:20px;
border: 1px solid #000000;
}

div.conteudo{
width:390px;
height:290px;
position:absolute;
left:335px;
top:170px;
}

.conteudo{
font-family:Verdana;
font-size:11px;
color:#000000;
padding-right:10px;
text-align:justify;
overflow:auto;
vertical-align: top;
}

a.conteudo{
font-family:Verdana;
font-size:11px;
color:#000000;
text-decoration:none;
font-weight:bold;
}

.trailer{
font-family:Verdana;
font-size:11px;
color:#000000;
text-align:center;
}

a.trailer{
font-family:Verdana;
font-size:11px;
color:#000000;
text-decoration:none;
font-weight:bold;
}

a.links_conteudo{
font-family:Verdana;
font-size:11px;
color:#000000;
text-decoration:none;
}

div.rodape{
position:relative;
width:700px;
left:50%;
margin-left:-350px;
overflow: hidden;
}

.rodape{
font-family:Verdana;
color:#707070;
font-size:11px;
text-align:center;
}

a.rodape{
font-family:Verdana;
color:#707070;
font-size:11px;
text-align:center;
text-decoration:none
}

a.rodape:hover{
color:#404040;
}

.borda_verde{
border: thin dotted #00FF00;
}