body {
	font-family: verdana, arial, free-sans, sans-serif;
	text-align:center;
}

#contenedor {
	width: 800px; 
	border:1px solid #333333;
	margin:60px auto; 
	text-align:center;
	padding: 10px;
}

#contenedor h1 {
	font-size:24px;
	font-weight:bold;
	color:#AAAAAA;
	margin:0;
}

a {
	text-decoration: none;
	color:#888888;
}
