@charset "iso-8859-1";
/* TOPO */
#topo{
	width:100%;
	height:183px;
	float:left;
	clear:both;
	background:url(../_img/bg_topo.jpg) repeat-x #006297;
}
	#logo{
		width:307px;
		height:153px;
		left:50%;
		margin-left:-153px;
		position:absolute;
		margin-top:15px;
	}

/* BOX */
#box{
	width:775px;
	float:left;
	clear:both;
	background-color:#FFFFFF;
}
/* INCLUDE */
#include{
	width:775px;
	float:left;
	clear:both;
}

/* COPYRIGHT */
#copyright{
	width:100%;
	height:115px;
	float:left;
	clear:both;
	background:url(../_img/bg_copyright.jpg) repeat-x #006398;
}
