html{
	width: 				100%;
}

body{
	background-image: 		url(images/index.jpg);
	background-repeat: 		no-repeat;
	background-position: 	50% 0;
	/*background-position: 	50% 50%;*/
	background-color: 		#00040d;
	width: 					100%;
	height: 				100%;	
	margin: 				0;
	padding: 				0;
	color: 					#b7babe;
	font-family: 			Arial, Helvetica, sans-serif;
}

a:link{
	text-decoration:	 none;
	color: 				#b7babe;
}
a:visited{
	text-decoration: 	none;
	color: 				#b7babe;
}
a:active{
	text-decoration: 	none;
	color: 				#b7babe;
}
a:hover{
	text-decoration: 	underline; 
	color: 				#ffffff;
}

#wrapper{
	width: 				450px;
	margin-left: 		auto;
	margin-right: 		auto;
	text-align:			center;
	padding: 			0;
	position: 			relative;
}

#enter{
	width: 				450px;
	margin-top: 		427px;
	font-size: 			19px;
	font-weight: 		bold;
}

#info1{
	width: 				450px;
	margin-top: 		130px;
	font-size: 			13px;
}

#info2{
	width: 				450px;
	margin-top: 		20px;
	margin-bottom: 		50px;
	font-size: 			11px;
}

