@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;

}
body{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#333333;

}
#container{
	background:url(../layout/fundo.jpg) no-repeat;
	width:1024px;
	height:768px;
	border: 1px solid #333;
	margin:auto;
	

}
#geral{
	width:912px;
	height:600px;

}
#topo{
	width:912px;
	height:308px;
	float:left;
	_margin-bottom:-4px;

}

#bola{
width:522px;
height:460px;
float:left;
margin:0px;
_margin-bottom:-4px;


}

#acesse{
	width:390px;
	height:344px;
	float:left;

}

#assinatura{
float:left;
width:386px;
padding-top:3px;
text-align:right;

}

#assinatura a{
	text-decoration:none;
	color:#333;

}