/* CSS Document */

body {
	background-repeat:repeat;
	background-image:url(../images/pattern-background_img.jpg);
	margin: 0 0 0 0;
}

/* div Layers */

#container {
	position: relative;
	margin: auto;
	width: 1024px;
	height: 768px;
	top: 20px;
}

#back_img {
	position:absolute;
	width:1024px;
	height:768px;
	z-index:1;
	left: 0px;
}

#RegisterFields {
	position:absolute;
	width:728px;
	height:115px;
	z-index:2;
	left: 17px;
	top: 166px;
}

/* text styles */

.Arial_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.white {
	color: #FFFFFF;
}