@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background:url('../img/fundo.jpg') #000000 top center no-repeat;
	text-align:center;
}

#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
{
	width:976px;
	margin:0 auto;         
	text-align:left;
}