@charset "utf-8";
/*html *{
	margin:0;
	padding:0;
}




body {
	position:absolute; 
	background-attachment: scroll;
	background-color: #636342;
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999966;
	height:100%;
	left:50%;
	margin-left:-395px;
	
}
*/
html, body { 
	height: 100%; 
	margin: 0px; 
	padding: 0px;  
	font: 11px Georgia, "Times New Roman", Times, serif; 
	position: relative; 
	background:#636342 url(../imagens/bg.jpg) repeat-x center top; 
	color:#676745;
} 


#container { 
	background:url(../imagens/bg_cont.jpg) top repeat-y fixed;
	width: 790px; 
	left:50%;
	margin-left:-395px;
	position: relative; 
	padding: 0px; 
	border: 0px solid black; 
}

#clear { clear:both;	}

#cabecalho {
	background: url(../imagens/cabecalho.jpg) top no-repeat;
	height:130px;
}

#conteudo {
	border:0px solid #fff;
	height:300px;
	margin:90px;
}

#conteudo p {
	text-align:center;
}


#container a {
	text-decoration:none;
	color:#CCCC99;
}
#conteudo a:hover {	text-decoration:underline;	}
#conteudo a:visited {	text-decoration:none;		}

#logo {
	position:relative;
	width:540px;
	height:150px;
	left:40px;
	background:url(../imagens/logo.jpg) no-repeat 0 0;
	
	border:0px solid #fff;
}
#rodape {
	background:url(../imagens/bg_rodape.jpg) top repeat-y scroll;
	position:relative;
	text-align:center;
	border:0px solid #fff;
	height:50px;
	width:790px;
	border-top:0px solid #999933;
}

