body, html {
	height: 100%;
}
body {
	background-color: #060606;
	padding:0;
	margin:0;
	color: white;
	text-align: center;
}
#background {
	background-image: url('../img/back.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 1024px;
	height: 640px;
	position: relative;
	margin: 0 auto;
	
	font-size: 10px;
	text-align: left;
}

#text1 {
	position: absolute;
	left: 121px;
	top: 503px;
	width: 180px;
	/* height: 300px;*/
	
}
#text2 {
	position: absolute;
	left: 320px;
	top: 503px;
	width: 180px;
	/* height: 145px;*/
}
#text3 {
	position: absolute;
	left: 517px;
	top: 503px;
	width: 180px;
	/* height: 145px;*/
}

a#enter {
	display: block;
	
	background-image: url('../img/enter_btn.JPG');
	background-repeat: no-repeat;
	background-position: left top;
	
	position: absolute;
	width: 223px;
	height: 227px;
	left: 296px;
	top: 0px;
	
	overflow: hidden;
	text-indent: -9999px;
}
a#enter:hover {
	background-position: 0 -227px;
}
