@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#7395d2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

a {
	text-decoration:none;
	color: #666666;
	font-weight:bold;
}

a:hover {
	color:#003399;
}

img {
	border:none;
	margin:0;
	padding:0;
}

.main {
	width:544px;
	margin:auto;
	margin-top:75px;
}

.splash {
	width:543px;
	height:351px;
	background-image:url(images/intro.jpg);
	margin-bottom:20px;
}

.enter {
	height:18px;
	line-height:18px;
}

.l {
	width:228px;
	float:left;
	text-align:right;
	padding-right:12px;
}

.r {
	width:229px;
	float:right;
	text-align:left;
	padding-left:12px;
}

.enterImg {
	float:left;
	width:240px;
	height:49px;
	line-height:49px;
	text-align:center;
}

.enterImgCenter {
	float:left;
	width:63px;
	height:49px;
	line-height:49px;
	text-align:center;
	background-image:url(images/enter_center.jpg);
}

.footer {
	float:left;
	margin-top:30px;
	width:544px;
	text-align:center;
}