* { margin:0; padding:0; }

body
{
	width:100%;
	height:100%;
	background:url('../img/background.jpg') no-repeat top left fixed;
	color:#5B5653;
}

#main
{
	width:870px;
	height:545px;
	background:url('../img/tarjeta.png') no-repeat center;
	margin:auto;
	margin-top:100px;
	position:relative;
}

#proximamente, #info
{
	position:absolute;
	font-family:'Ubuntu';
}
#proximamente
{
	left:419px;
	color:#3fb710;
	top:240px;
	font-size:30px;
}

#info
{
	left:80px;
	top:477px;
	font-size:15px;
}

#mail
{
	color:#F0A300;
	font-size:15px;
	text-decoration:none;
	font-weight:500;
}

