/*posição dos divs*/
.geral {
position: relative;
z-index: 99999;
width:951px;
}
.logo{
background-image: url(../img/topo.png);
width: 951px;
height: 163px;
position: absolute;
z-index: 999;
left:0px;
top:0px;
text-align: left;
padding-left:15px;
} 
.menu{
background-image: url(../img/back_menu.png);
width: 100%;
height: 90px;
position: absolute;
z-index: 9999;
left:0px;
top:140px;
}
.menu_dinamico{
position:absolute;
z-index:9999;
left:10px;
top:30px;
}
.conteudo{
background-image: url(../img/back_conteudo.png);
width: 951;
height: 527px;
position: absolute;
z-index: 99;
left:0px;
top:218px;
}
.contato{
background-image: url(../img/box_conteudo.png);
width: 350px;
height: 474px;
position: absolute;
z-index: 99999;
left:600px;
top:34px;
padding-top: 300px;
padding-left:15px;
}
.ctc_reduzido{
background-image: url(../img/box_conteudo.png);
width: 350px;
height: 74px;
position: absolute;
z-index: 99999;
left:600px;
top:34px;

}
.rodape{
top: 750px;
left:190px;
width:570px;
height: 40px;
position: absolute;
z-index: 9999999; 
}
.tempo{
width: 350px;
height: 474px;
position: absolute;
z-index: 99999;
left:600px;
top:534px;
}
/*geral*/
body{
background-image: url(../img/back_body.jpg);
font-size: 12px;
font-family: tahoma;
color: #FFFFFF;
background-attachment: fixed;
}
img{
border:0px;
}

