@charset "utf-8";
/* CSS Document */
body{
margin:0px;
}
.topo{
width:100%;
background-image:url(../img/topo_bg.jpg);
height:178px;
background-repeat:repeat-x;
text-align:center;
}
.topo_central{
width:980px;
background-image:url(../img/topo.jpg);
height:178px;
background-repeat:no-repeat;
text-align:center;
margin:auto;
background-position:center;
}
.central{
width:100%;
background-image:url(../img/bg_meio.jpg);
background-repeat:repeat-x;
background-color:#000000;
height:431px;
background-position: bottom;
text-align:center;
}
.rodape_pre{
background-image: url(../img/bg_control_panel.jpg);
background-repeat:repeat-x;
width:100%;
height:253px;
background-position:center;
}
.bg_rodape{
width:980px;
height:253px;
background-image:url(../img/control_panel.jpg);
margin:auto;
}
.rodape_final{
width:100%;
height:43px;
background-color: #000000;
}
.rodape_bg{
width:980px;
height:43px;
background-color: #000000;
margin:auto;
background-image: url(../img/radiofobia_barra_baixo.jpg);
}