@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;
}

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

#rodape
{
	width:100%;
	height:11px;
	background:url('../img/bg2.jpg') #000000;
	float:left;
	position:absolute;
	margin-top:677px;
	background-position:bottom center;
}

#panoDIV
{
	position:absolute;
	width:100%;
	height:677px;
	float:left;
}