/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body{
	background-color: #000;
}
#site{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 750px;
	margin-left: -500px;
	margin-top: -375px;
}
#prehome{
	position:absolute;
	top: 50%;
	left: 50%;
	background: url(../images/prehome.jpg) no-repeat left top;
	width: 506px;
	height: 72px;
	margin-left: -404px;
	margin-top: -105px;
	padding: 138px 34px 0 268px;
	color: #6d7f81;
}
#prehome a{
	color: #6d7f81;
	background: url(../images/arrow-gris.gif) no-repeat left 3px;
	padding-left: 10px;
}
#prehome a:hover{
	text-decoration: none;
}
#enter{
	text-align: center;
	padding-top: 30px;
}
#enter a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
	padding: 0;
}
#enter a:hover{
	text-decoration: underline;
}
#enter a span{
	font-size: 14px;
}
