@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; }
body {
 margin:0px;
 padding:0px;
 color:#333333;
 font-family:Arial, Helvetica;
 font-size:11px;
 text-align:center;
 background:url(fundo.jpg);
 background-attachment: fixed;
 background-position: 50% 0%;
}
#container {
	width:780px;
	height:400px;
	margin:auto;
	margin-top:180px;
	border:0px;
	display:table;

 }
#conteudo {
	width:760px;
	height:385px;
	margin:0 0 0 0;
	text-align:left;
	overflow:auto;
	position:relative;
	float:left;
	
 }
 #conteudo a{
 color:#FFFFFF;
 font-weight:bold;
 text-decoration:none;
 } 
 #conteudo a:hover{
 color:#FF6600;
 font-weight:bold;
 text-decoration:none;
 }  
