body {
	margin-top:0px;
	color: #333;
	background: #fff url('../imgs/background.png') repeat-x top;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

#topo {	
	position : absolute;
	left : 50%;
	width : 800px;
	height : 65px;
	margin-left : -400px;
}

#menu {	
	position : absolute;
	margin-top : 65px;
	left : 50%;
	width : 800px;
	height : 45px;
	margin-left : -400px;
}

#banner_flash {	
	position : absolute;
	margin-top : 115px;
	left : 50%;
	width : 800px;
	height : 110px;
	margin-left : -400px;
	text-align : center;
}

#conteudo {	
	position : absolute;
	margin-top : 230px;
	left : 50%;
	width : 800px;
	height : auto;
	overflow : auto;
	margin-left : -400px;

}

#conteudo_principal {	
	background: url('../imgs/conteudo_bg02.gif') repeat-y;
	position : relative;
	width : 480px;
	height : auto;
	margin-left : 10px;
	overflow : auto;
	float: left;
	padding: 0px;
}

#conteudo_barra {	
	background: url('../imgs/barra_bg02.gif') repeat-y;
	position : relative;
	width : 280px;
	margin-right : 10px;
	height : auto;
	float : right;
	text-align : center;
	padding: 0px;
}

#conteudo_creditos {	
	position : relative;
	width : 798px;
	height : auto;
	overflow : auto;
	float : left;
	text-align : center;
	border-top : 1px #666 solid
}
.titulos {
	color: #f00;
	font-weight : bold;
	font-size : 13px;
}
.info {
	color: #666;
	font-size : 11px;
}
