* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font: normal 0.8em times,garamond;
	line-height: norm0al;
	font-weight: normal;
	font-variant: normal;
	width: 100%;
	text-align: center;
	background-color: white;
}

#cont {
	margin: auto;
	width: 800px;
	height: 600px;
	border: 0px solid red;
	position:relative;
	background: white; 
}

#cuerpo {
	width: 800px;
	margin-top: 20px;
	top: 20px;
	margin-right: 0;
	right: 0;
	height: auto;
	border: 0px solid #FFFFFF;
	position:relative;
}

#pie {
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	color: black;
	width: 800px;
	height: 18px;
	margin-top: 285px;
	top: 200px;
	position: absolute;
	margin-right: 0;
	right: 0;
	margin-left: 0;
	left: 0;
}

