body {
	margin: 0px;
	text-align: center;
	font-family:arial;
	background-color: #000000;
	background-position: top center;
	background-repeat:no-repeat;
}

h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: white;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
	font-size: 12px;
}


div#main {
	position: relative;
	width: 720px;
	height: 815px;
	margin: 0 auto;
	text-align: left; 

} 

div#para_1 {

	position: absolute; 
	top: 144px;
	left: 13px;
	width: 350px;
} 

div#para_2 {

	color: white;
	position: absolute; 
	top: 200px;
	left: 13px;
	width: 350px;

} 

div#ex_link {

	position: absolute; 
	top: 300px;
	left: 15px;


}


div#para_3 {

	font-size: 10px;
	position: absolute; 
	top: 540px;
	left: 115px;
	width: 230px;
	height: 135px;

}

div#para_3  p{

	font-size: 11px;
}



div#enter_form {
	
	position: absolute; 
	top: 390px;
	left: 355px;
	width: 250px;
	height: 50px;

} 

div#thankyou {
	
	position: absolute; 
	top: 433px;
	left: 355px;
	width: 250px;
	height: 250px;

} 

input{
	
	width: 115px;

} 

div#form_left {

	position: absolute; 
	top: 433px;
	left: 355px;
	width: 121px;
	height: 68px;

}

div#form_right {
	position: absolute; 
	top: 433px;
	left: 478px;
	width: 121px;
	height: 68px;

}

div#form_bottom {

	position: absolute; 
	top: 505px;
	left: 355px;
	width: 250px;
	height: 100px;
	
}



div#form_bottom p {

	font-size: 9px;
	margin: 0px;
	padding: 4px;

}

div#question {
	text-align: left;

}

div#question p {

	font-size: 11px;

}


div#form_bottom input {

	width: 10px;

}

div#form_bottom input#enter {

	width: 80px;

}

div#enter{

	width: 250px;
	text-align: center;
	margin-top:10px;

}

div#footer {
	font-size: 9px;
	position: absolute; 
	top:786px;
	width: 700px;
	text-align: center;

}

div#footer a {
	color: #495568;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;

}

