body {
	margin:0;
	padding: 0;
}

.main {
	margin:0;
	text-align: center;
}

.main img{
	height: 100%;
	border:0;
	width: 100%;
}

div.contenido {
	width: 100%;
	position:absolute;
	top:60%;
}

div.contenido h1 {
	color:white;
	font: "Trebuchet MS", Tebuchet, Arial, sans-serif;
	font-weight: normal;
	size: 1em;
}

div.contenido a {
	color:cyan;
	font: "Trebuchet MS", Tebuchet, Arial, sans-serif;
}