/* CSS Document */

body,html { height:100%;margin:0;
	background:#000 url(sfondo.jpg) no-repeat 0px -295px; 
	}

#box {
width:200px; height:360px;
position:absolute;top:50%;left:50%;
margin:-180px 0 0 -100px;
background-color:#3f3f3f;

}

#box h2 {
	margin:0px;
	padding:0px;

}

#box a.entra {
	width:200px;
	height:250px;
	text-indent: -9999px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	display:block;
	background: url(ogham_home.gif) no-repeat 0 0;
}

#box a.entra:hover {
	background-position: -200px 0px;
}

#box a.mail {
	color:#CCCCCC;
	text-decoration:underline;
}

#box a.mail:hover {
	color:#fff;
	text-decoration:none;
}

#box p {
	padding:0px 0 20px 0;
	margin:0px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#e6e6e6;
	text-align: center;
	line-height:14px;
}

