/* CSS Document */

body {
	background-color: #050728;
	margin: 0 0 0 0;
}

/* div Layers */

#container {
	position: relative;
	margin: auto;
	width: 1024px;
	height: 768px;
	top: 0px;
}

#home-back_img {
	position:absolute;
	width:1024px;
	height:768px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#back_img {
	position:absolute;
	width:1024px;
	height:768px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#register-here_txt {
	position:absolute;
	width:395px;
	height:67px;
	z-index:2;
	left: 389px;
	top: 590px;
}

#thankyou_txt {
	position:absolute;
	width:662px;
	height:271px;
	z-index:2;
	left: 170px;
	top: 316px;
}

#registration_txt {
	position:absolute;
	width:303px;
	height:59px;
	z-index:2;
	left: 164px;
	top: 223px;
}

#links_text {
	position:absolute;
	width:200px;
	height:42px;
	z-index:5;
	left: 793px;
	top: 701px;
}

#official-rules_btn {
	position:absolute;
	width:179px;
	height:37px;
	z-index:3;
	left: 541px;
	top: 656px;
}

#language_btn {
	position:absolute;
	width:100px;
	height:37px;
	z-index:3;
	left: 30px;
	top: 7px;
}


#submit_btn {
	position:absolute;
	width:226px;
	height:59px;
	z-index:3;
	left: 607px;
	top: 589px;
}

#footer {
	position:absolute;
	width:742px;
	height:72px;
	z-index:4;
	left: 32px;
	top: 698px;
}

/* text styles */

.Arial_8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.Arial_9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.Arial_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.white {
	color:#FFFFFF;
}
