@charset "utf-8";
/* CSS Document */

/* Zerando alguns atributos padroes do css */
* {margin: 0; padding: 0; border: 0 none; list-style-type: none; text-decoration:none;}

body {width:100%; margin:0; padding:0; background:#000 center top; font-family: Verdana, Geneva, sans-serif; overflow-x:hidden !important;}

#container_fundo {width:100%; height:auto; margin:auto; position:relative; z-index:1;}
#fundo {width:100%; height:700px; position:absolute; text-align:left; z-index:2;}

#geral {width:1000px; height:auto; margin:auto; position:relative; z-index:5;}

#conteudo_index {width:1000px; height:660px; float:left; margin-top:40px;}
#conteudo_interna {width:1000px; float:left; margin-top:40px;}

#rodape {width:100%; height:35px; margin:0 auto; position:absolute; top:700px; background:url("../images/bg_rodape.gif") repeat-x;}
#container_rodape {width:1000px; height:35px; margin:0 auto; position:relative;}

#rodape_interna {margin:0; width:100%; height:35px; clear:both; background-image:url("../images/bg_rodape.gif"); background-repeat:repeat-x;}

body:not(:root:root) #conteudo_index {width:1000px; height:660px; float:left; margin-top:40px; position:absolute; display:block; z-index:1000; border:1px solid red;}