#layout {
	width: 550px;
	background-color: #FFF;
	position:relative;
	top:0%;
	left:50%;
	margin-left:-275px;
	margin-top: 0px;
	margin-bottom: 0%;
}

#head {
	height: 150px;
	width: 550px;
	margin: 0px;
}

#corpo {
	background-color: #FFF;
	width: 550px;
	margin-top: 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color: #333;
	line-height: 20px;
}

#footer {
	font-size:11px;
	text-align:center;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #900;
	text-decoration:none;
}
a:visited {
	color: #900;
	text-decoration:none;

	
}
