/* CSS Document */
body{
	background-image: url(../images/fundo.gif);
	background-repeat: repeat;
}

#box_top{
	width:570px;
	height:256px;
	float:left; 
	margin-left:4px; 
	_margin-left:5px; 
	border:solid 2px #FFFFFF;
	padding-top:-2px;
}

#box_cinza{
	width:740px; 
	background-color:#f1f1f1;
	text-align:left;
	margin-bottom:8px;
}

