body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background-color: #DDE8EB;
}
.box {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.main {
	height: auto;
	background-image: url(../img300/splash-page-character.png);
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 35px bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 335px;
	line-height: 18px;
}
.content {
	background-image: url(../img300/splash-page-mid.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	width: 750px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.top {
	background-image: url(../img300/splash-page-top.png);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 83px;
	width: 750px;
}
.btm {
	background-image: url(../img300/splash-page-btm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 54px;
	width: 750px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.hilite {
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}
.signup {
	background-image: url(../img300/splash-page-join-btn.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 51px;
	width: 175px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
}
