<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background:url('../img/fundo.jpg') #000000 top center no-repeat;
}

#wrapper
{
	width:100%;
	height:22px;
	background:url('../img/bg.jpg') #000000;
}

#topo
{
	position:absolute;
	width:980px;
	float:left;
	left:50%;
	margin-left:-490px;
	background:url('../img/bg.jpg') #000000;
}

#principal
{
	position:absolute;
	width:975px;
	float:left;
	left:50%;
	margin-left:-487px;
	
	height:620px;
	margin-top:160px;
	margin-bottom:20px;
}</pre></body></html>