body{
	background-color: #0f4f0d;
	background-image: url('images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}	

div#container{
	width: 750px;
	position: absolute;
	left: 50%;
	margin-left:-375px;
}

div#information{
	width: 335px;
	float: left;
	line-height: 18px;
	color: #fff;
	padding-left: 25px;
	padding-right: 15px;
}

div#register{
	width: 360px;
	float: right;
	padding-left:15px;
	padding-top: 10px;
	color: #fff;
}

div#registerBox{
	width: 334px;
	height: 255px;
	background-image: url('images/registerBox.png');
	line-height: 22px !important;
	font-size: 14px;
	overflow: hidden !important;
}

div#boxContainer{
	padding: 20px;
	color: #000;
}

div#registerBox h2{
	padding-top:0px;
	margin-top:0px;
	font-size: 24px;
}

form{
	text-align: center;
}

p.details{
	font-size: 15px;
	font-weight: bold;
	color: #b6e7b4;
	text-shadow: #000 0px 1px 1px;
	padding-bottom: 15px;
}

h1{
	text-shadow: #000 0px 1px 1px;
	font-size: 24px;
}

div#register h1{
	margin-top:20px;
	font-size: 24px;
}

div#register p{
	line-height: 18px;
}

div#registerBox p{
	line-height: 22px;
}

a{
	color: #b6e7b4;
	text-decoration: none;
}

a:hover{
	color: #000;
}