@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;	
}
body{
	font:16px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#corpo{
	top: 50%;
	left: 50%;
	background:url(../img/layout.jpg);
	width:1000px;
	height:635px;
	margin: 0 auto;
}

