html, body {
	background-color: black;
	background-image: url(../images/background_image_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	margin: 0; 
	padding: 0;
	}
	
div.page {
	position: absolute;
		left: 50%;
		top: 50%;
	width: 780px;
	height: 650px;
	margin-left: -390px; /* half of width */
	margin-top: -340px;  /* half of height */
	}
	

.header {
	position: absolute;
		top: 255px;
		left: 31px;
	text-align: left;
	color: #D3D3D3;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 190%;
	letter-spacing: -1px;
	}

.header span {
	letter-spacing: -3px;
	}

#menu {
	position: absolute;
		top: 555px;
		left: -6px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 9px;
	}
	
#menu ul li {
	display: inline;	
	}

#menu ul li a {
	text-decoration: none;
	}
	
.selector ul {
	width: 100px;
	position: relative;
		top: 555px;
		left: 200px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	text-align: left;
	display: block;
	list-style-type: none;
	font-weight: bold;
	line-height: 12px;
	}
	
.selector ul li {
	display: inline;
	}
	
.selector ul li a {
	text-decoration: none;
	}

	
	
#footer ul {
	width: 100px;
	position: relative;
		top: 510px;
		left: 630px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	text-align: left;
	display: block;
	list-style-type: none;
	font-weight: bold;
	}
	
#footer ul li {
	padding: 8px;
	display: inline;
	}
	
#footer ul li a {
	text-decoration: none;
	}
	
	
a:link { 
	color: white;
	}

a:visited { 
	color: white;
	}

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

#footer a:link { 
	color: white;
	}

#footer a:visited { 
	color: white;
	}

#footer a:hover { 
	color: gray; 
	}	
	
		
.selector a:active { 
	color: black; 
	}

.selector a:link { 
	color: black;
	}

.selector a:visited { 
	color: white;
	}

.selector a:hover { 
	color: gray; 
	}	
