html, body {
	background-color: black;
	background-image: url(../images/background_image_v2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	margin: 0; 
	padding: 0;
	}
	
#wrapper {
	position: absolute;
		left: 50%;
		top: 50%;
	width: 760px;
	height: 650px;
	margin-left: -380px; /* half of width */
	margin-top: -375px;  /* half of height */
	}
	
h1.header {
	margin: 0;
	padding: 0;
	position: absolute;
		top: 32px;
		left: -3px;
	height: 72px;
	color: gray;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 60px;
	letter-spacing: -1px;
	}


h1.header span {
	letter-spacing: -5px;
	}
	
	
h1.exheader {
	margin: 0;
	padding: 0;
	position: absolute;
		top: 275px;
		left: 50px;
	height: 200px;
	width: 350px;
	color: gray;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 48px;
	line-height: 44px;
	}
	
	
h2.back {
	margin: 0;
	padding: 0;
	position: absolute;
		top: 460px;
		left: 55px;
	height: 20px;
	width: 200px;
	color: gray;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
	}
	
	
.form {
	width: 700px;
	height: 300px;
	padding: 0px 0px 0px 75px;
	position: relative;
		top: 490px;
		left: -20px;
	font-size: 14px;
	font-weight: normal;
	color: gray;
	}
	

.form {
	font-family: arial, verdana, ms sans serif;	
	font-size: 12px;
	}

	
.form pre.formDescText {
	position: relative;
		top: 0px;
	font-family: arial, verdana, ms sans serif;	
	font-size: 12px;
	text-align: left;
	margin: 4px 0px;
	padding: 0px;
	}
	
	
.menu {
	z-index: 100;
	position: absolute;
		bottom: 35px;
		left: -16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 9px;
	}
	
.menu ul li {
	display: inline;	
	}

.menu ul li a {
	text-decoration: none;
	}

#footer ul {
	width: 200px;
	height: 5px;
	position: absolute;
		bottom: 40px;
		left: 505px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	text-align: right;
	list-style-type: none;
	font-weight: bold;
	}
	
#footer ul li {
	padding: 0px 3px 0px 3px;
	display: inline;
	}
	
#footer ul li a {
	text-decoration: none;
	}
	
	
a:link { 
	color: white;
	}

a:visited { 
	color: white;
	}

a:hover { 
	color: black; 
	}
	
a:active { 
	color: black; 
	}
	
	
#footer a:active { 
	color: white; 
	}

#footer a:link { 
	color: white;
	}

#footer a:visited { 
	color: white;
	}

#footer a:hover { 
	color: gray; 
	}	
	
