html { 
  font-family:"Trebuchet MS";
  background: url(lg.jpg) no-repeat center center fixed; 
  background-size: cover;
}

#contenedor div.contenido {
    width: 640px;
    height: 480px;
    margin-left: auto;
	margin-right:auto;
	margin-top:100px;
	display: block;
	text-align:center;
	
}

#contenedor div.contenido a{
	color:#005196;
}
/*
#contenedor div.contenido h1 {
	
	text-align:center;
}

#contenedor div.contenido p {
	
	text-align:center;
}
*/