body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: ffffff;
}

#contenido {
	position: absolute;
	left: 50%;
	margin-left: -478px;
	width: 955px;
	height: 550px;
	text-align: center;
	top: 0;
}

#footer {
	width: 955px;
	height: 40px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
	font-size: smaller;
	position: absolute;
	bottom: 0.1%;
	left: 50%;
	margin-left: -478px;
	color: #666666;
}
