@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	background-color:#000000;
	background-repeat:no-repeat;
	background-image:url(../img/fundo.jpg);
	background-position:top;
	text-align:center;
}

#container
{
	width:797px;
	height:1450px;
	margin-right:8px;
}

#containerTopo
{	
	height:240px;
	position:relative;
}

#containerBanner
{	
	padding-top:17px;
}

#superBanner, #superExp, #flashSuperBanner
{
	margin:0px; 
	padding:0px;
	overflow: hidden; 
	position: absolute;
	height: 90px; 
	z-index: 100;
}

#topo
{
	height:120px;
	position:relative;
	top:100px;
}

#info
{
	margin-top:100px;
	width:797px;
	height:1050px;
	background-color:#CCCCCC;
}