@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background:#000000;
}

#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;
	top:50%;
	margin-top:-310px;
}