body {
	background-color: #000000;
	margin: 0 0 0 0;
}

#container {
	position: relative;
	margin: auto;
	width: 1024px;
	height: 768px;
	top: 0px;
	left: 0px;
}

#back_img {
	position:absolute;
	width:1024px;
	height:768px;
	left: 0px;
	top: 0px;
}

#RegisterFields {
	position:absolute;
	width:600px;
	height:400px;
	left: 360px;
	top: 247px;
}

#links_text {
	position:absolute;
	width:350px;
	height:19px;
	left: 652px;
	top: 660px;
}

#terms_text {
	position:absolute;
	width:546px;
	height:63px;
	left: 467px;
	top: 694px;
}


/* text styles */

.Arial_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Arial_9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}
