/* CSS Document */
/* Registration */
body{
background-image: url(images/bg.gif);
background-repeat:repeat;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: regular;
	color: #000000;
	margin: 0px;
}

div#global{

position: relative;

background-color:#CCCCCC;

margin-left: auto;

margin-right: auto;

width: 780px;
height: 420px;

z-index: 3; 

}

div#bg_left{
position:absolute;
left: -16px;
background-image: url(images/bg_left.gif);
background-repeat:repeat-y;
height: 550px;
width: 17px;
vertical-align: top;
z-index: 1;
}

div#bg_right{
position:absolute;
right: -16px;
background-image: url(images/bg_right.gif);
background-repeat:repeat-y;
height: 550px;
width: 17px;
vertical-align: top;
z-index: 1;
}

div#title{
position: absolute;
top: 0px;
left: 0px;
width: 780px;
height: 60px;
background-color: #FFFFFF;
}
div#position{
width: 300px;
background-color: #cccccc;
margin-top: 135px;
margin-left: 200px;


}

div#footer{
float:left;
padding-bottom: 0px;
width: 780px;
height: auto;
margin-top: 10px;
margin-left: 0px;
	font-family : Tahoma,Verdana,Arial;
	font-size : 11px;
	font-weight: none;
	color: #FFFFFF;
}

p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

div#hrule{
top: 0px;
padding-bottom: 0px;
width: 780px;
height: auto;
margin-top: 0px;
margin-left: 0px;
z-index: 4;
}

div#registerfooter{
	position:absolute;
	left: 50%;
	width: 779px;
	margin-left: -390px; /* half of the width */
	margin-top: 0px;
	top: 424px;
	
}