body{
	background-color:#eaeaea;
	background-image: url(fnd_img.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

#contenido{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 300px;
	margin-top: -150px;
	width: 640px;
	margin-left: -320px;
	}
	
#logo{
	width:296px;
	height:210px;
	background-image:url(logo.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0 auto;
	}
	
#contacto {
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	color: #666;
	font-size:15px;
	}	
	
		
#contacto a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	color: #000;
	font-size:15px;
	}	
	
#contacto a:hover{
	text-decoration: underline;
	color: #088284;
	}	