/* CSS */
body {
	padding: 0;
	margin: 0;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #FFFFFF;
	font-weight: bolder;
	padding: 0;
	margin: 0;
}
a, a:active, a:link {
	color: #FFFFFF;
}

/* Rulesets */
#centerContent {
	position: absolute; 
   	top: 50%; 
   	left: 50%; 
   	width: 800px; 
   	height: 600px; 
	max-width: 800px; 
   	max-height: 600px; 
	min-width: 800px; 
   	min-height: 600px; 		
   	margin: -300px 0 0 -400px; 
	
	text-align: center;
	vertical-align: middle;
}
#topLogo {
	position: absolute;
	z-index: 1;
	right: 20px;
}
#bottomMenu {
	position: absolute;
	z-index: 2;
	left: 20px;
	bottom: 0px;
}
