<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 */

body
{
	text-align:center;
	background:url(img/bg.jpg) top center no-repeat;
}

#wrapper
{
	width:820px;
	height:970px;
	float:left;
	position:relative;
	margin-left:-410px;
	left:50%;
	background:url(img/fundo.png) no-repeat;
}

#topo
{
	
}

#principal
{
	position:relative;
	top:250px;
	width:740px;
	height:600px;
	background-image:url(img/grade.jpg);
}</pre></body></html>