* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html {
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#total {
	width: 100%;
	height: 100%;
}

#corpo {
	position: absolute;
	margin: 0 auto;
	width: 738px;
	height: 586px;
	top: 49%;
	left: 50%;
	margin-top: -293px ;
	margin-left: -369px ;
}