html, body {
    margin: 0px;
    padding: 0px;
}

body {
	background-color: #FFFFFF;
	background-image: url("vividum.negro.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 30%;
	overflow: hidden;
}
.mensaje {
	font-size: 25px;
	width: 99%;
	position: absolute;
	top:60%;
	left: center;
	display: block;
	overflow: hidden;
	font-family: "trebuchet MS";
	text-align: center;
	color: #3399CC;
}
.mensaje2 {
	font-size: 25px;
	width: 99%;
	position: absolute;
	top:75%;
	left: center;
	display: block;
	overflow: hidden;
	font-family: "trebuchet MS";
	text-align: center;
	color: #3399CC;
	cursor:help
}
a.enlace:link, a.enlace:active, a.enlace:visited{
	background: transparent;
	text-decoration: none;
}

a.enlace:hover {
	text-decoration: none;
	color: #99cc33;
}
.pie{
    position:absolute;
	width:99%;
    top:98%;
    left: center;
	display: block;
	overflow: hidden;
	font-size: 10px;
	font-family: "trebuchet MS";
	text-align: center;
	color: #3399CC;
}