@charset "utf-8";
/* CSS Document */

body {
	background-color: #A0CFEC;
}

a, img a, a img {
	text-decoration: none;
	border: none;
	outline: none;
	
}

#page {
 	z-index: 3;
 	height: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px;
}

#welcome {
	width: 640px;
	height: 400px;
	vertical-align: middle;
	position: relative;
	margin: 0 auto;
	background-image: url("../Images/index_background.jpg");
	layer-background-image: url("../Images/index_background.jpg");
	z-index: 2;
	text-align: left;

}

#enter {
	width: 302px;
	height: 63px;
	top: 265px;
	z-index: 1;
	position: relative;
	margin: 0 auto;
}
