body {
	margin: 40px auto 0px; /* El "auto" arregla el espacio a izquierda y derecha en navegadores viejos */
	padding: 0px;
	background: #999999 center top;
	text-align: center;
	display: table; /* Esto arregla el centrado del body para Firefox */
	clear: both;
	width: 700px;
}
#fondo {
	background: url(img/fondo.gif) repeat-y;
	width: 700px;
	color: #7f7f7f;
	margin: 0px auto;
	display: table;
	clear: both;
}
#contenido {
	width: 500px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin: 30px auto 20px;
	display: table;
	height: 240px;
}
.boton {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
#pie {
	width: 700px;
	margin: 0px;
	display: table;
}
#copy {
	font: 10px Arial, Helvetica, sans-serif;
	color: #575757;
	width: 680px;
	padding: 10px;
	margin: 0px auto;
	display: table;
	clear: both;
}
#copy a {
	color: #575757;
}
#top {
	height: 35px;
	width: 700px;
	margin: 0px auto;
	display: table;
	background: center top;
	clear: both;
}

