body {
	background-color: #171717;
	background-image: url(images/bg_image.jpg); 
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	color:#FFF; 
}

a {font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#FFF; text-decoration: none;}
a.visited {font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#FFF; text-decoration: none;}
a.active {font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#FFF; text-decoration: none;}

#enter {
	width: 200px; 
	height: 80px; 
	position: absolute; 
	left: 50%; 
	margin-left: -100px; 
	top: 50%; 
	margin-top: -100px;
	text-align: center;
}

p {
	margin-top: 20px;	
}