
body  
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #01011b;
	background-image:url('Images/background.jpg');
	margin: 0; 			/*Good to be explicit*/
	padding: 0;			/*Good to be explicit*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff; 
}

#header
 {
	text-align: center;
	height: 200px;
}

#outer_wrapper 
{
	padding-top: 100px;
	margin: 0 auto;
	width: 850px;
}
#wrapper 
{
	min-height: 25em;
	background: #000000;
}


#footer 
{
	background: #000000;
	font-size: 60%;
	color: #444444;
}

h1 
{
	padding-top: 50px;
	font-size: 125%;
	color: #FFCC33;
}

p
{
padding: 1.5em 0;
}

.clearing 
{
	height: 0;
	clear: both;
}

a:link /* unvisited link */
{
color: #33FFAA;
text-decoration: none;
}     
 
a:visited  /* visited link */
{
color: #33FFAA;
/*color: #3388CC;*/
text-decoration: none;
} 

a:hover  /* mouse over link */
{
color: #33FFAA;
text-decoration: underline;
} 

a:active  /* selected link */
{
color: #991100;
text-decoration: none;
} 

