* {
	margin:					0px;
	padding:				0px;
	border: 				solid 0px;
}
html, body, #main {
	min-height: 			100%;
	width: 					100%;
	height: 				100%;
}
html>body, html>body #main {
	height: 				auto;
}
p, ul {
	margin-bottom:			1em;
}
li {
	margin-left:			2em;
}
div {
	float:					left;
	display:				block;
}
div.spacer {
	font-size:				0px;
	height:					0px;
	clear:					both;
}
/*----------------------------------------------------------------*/
body {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				11px;
}
#main {
	width: 					748px;							/* Ancho del contenido */
	position: 				absolute;						
	top: 					0px;	
	left:					50%;							
	margin-left:			-374px;							/* Mitad del ancho del contenido en negativo */
}
#main #header {
	height: 				155px;							/* Alto del header */
	width: 					748px;							/* Ancho del contenido */
}
#main #message {
	margin-bottom:			54px; 							/* Mismo alto del footer o mas */
	width:					748px;							/* Ancho del contenido */
}
#main #footer {
	height: 				54px;							/* Alto del footer */
	width: 					748px;							/* Ancho del contenido */
	position:	 			absolute;						
	bottom:					0px;							
	clear:					both;							
}
