﻿body{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: white;
	background-attachment: fixed;
}
#mainpage{
	position: absolute;
	visibility: visible;
	width:100%;
	height:600px;
	top:50%;
	margin-top: -300px;
	text-align:center;
}
#contenedor{
	position: absolute;
	visibility: visible;
	left: 50%;
	width: 954px;
	height: 100%;
	margin-left: -477px /* El margin left es la mitad del ancho, en este ejemplo 600px/2=300px*/;
	text-align:center;
}