
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000;
}
p {
	color: #FFFFFF;
	font-family: "helvetica";
	font-size: 16px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 9px 0px;
}
form { margin: 0; padding: 0; }

#page {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 1017px;
	background: url(../images/background.jpg) no-repeat;
	background-color: #1F3B85;
}
#content {
	position: absolute;
	top: 0;
	left: 70px;
	width: 870px;
	height: 100%;
}

#title {
	color: #A7C126;
	text-align: center;
	width: 100%;
	font-family: "Times";
	font-weight: normal;
	font-size: 66px;
	font-style: italic;
	margin-top: 30px;
	line-height: 1em;
}
.subtitle {
	color: #FFF;
	text-align: center;
	width: 100%;
	font-family: "helvetica";
	font-size: 24px;
	font-style: normal;
	margin-top: 12px;
	line-height: 1em;
}
#free {
	color: #FFF;
	text-align: left;
	font-family: "helvetica";
	font-weight: bold;
	font-size: 24px;
	margin-top: 5px;
}

#pics {
	clear: both;
	position: relative;
	margin-top: 10px;
	margin-left: 12px;
}
.pic {
	position: relative;
	float: left;
	width: 121px;
	height: 140px;
	display: block;
	cursor: pointer;
	margin-right: 0px;
	text-align: center;
}
.pic p {
	position: absolute;
	bottom: 0;
	color: #000;
	font-family: "helvetica";
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	margin: 0;
	line-height: 1em;
}

#bbox {
	margin: 0;
	width: 660px;
	height: 132px;
	display: block;
	position: relative;
	padding-top: 16px;
	background: url(../images/bbox.png) no-repeat;
}
#nuttin {
	clear: both;
}
#nuttin, #bbox p {
	text-align: justify;
	width: 720px;
}

#registerbox {
	width: 357px;
	height: 219px;
	display: block;
	background: url(../images/registerbox.png) no-repeat;
}
#registerbox p {
	color: #FFF;
	font-family: "helvetica";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
}
#signup {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 20px;
	background: url(../images/signup.jpg) no-repeat;
}
.registerbtn {
	width: 118px;
	height: 44px;
	display: block;
	cursor: pointer;
	color: #172A74;
	font-family: "helvetica";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	margin-top: 5px;
	line-height: 3.4em;
	background: url(../images/registerbtn.png) no-repeat;
}
#xlabel, .xlabel {	
	color: #FFF;
	font-family: "helvetica";
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	padding-right: 10px;
	height: 18px;
	width: 90px;
	margin: 0;
}

