/* CSS Document */
html{
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	color: #FFFFFF;
}
#contenido{
	position: absolute; 
	width: 100%; 
	height: 400px; 
	z-index: 1; 
	vertical-align: middle; 
	top: 50%; 
	margin-top: -200px;
	background-color: #003366;
	color: #333333;
}
