*,html {
	border:0;
	padding:0;
	margin:0;
}

body {
	background-image: url("/assets/images/background.jpg");
	background-position: center center;
	background-color: #d6d6d6;
	background-attachment: fixed;
	font-family: "Lucida grande", sans-serif;
}

#info {
	position:absolute;
	bottom:100px;
	width:100%;
	text-align:center;
}

#construccion {
	color: #999;
	font-size:13px;
	line-height: 1.3em;
}

#email {
	margin-top:20px;
	font-size:16px;
}

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

a:hover {
	color: #999;
}