@charset "utf-8";

/* CSS Document */


body
{
	background: url(/fond_index.jpg) top center no-repeat #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}


#enter
{
	width: 320px;
	margin: auto;
	margin-top: 480px;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}


#enter a
{
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	color: #B22116;
	text-decoration: none;
	border-bottom: #B22116;
	margin: auto;
}


#enter a:hover
{
	color: #FFF;
	border-bottom: #FFF;
}


#credits
{
	text-align: center;
	width: 650px;
	margin: auto;
	font-size: 10px;
}


#credits a
{
	color: #FFF;
	border-bottom: dotted 1px #FFF;
	text-decoration: none;
}


#credits a:hover
{
	border-bottom: none;
}
