@charset "utf-8";
/* CSS Document */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

html, body {
    height: 100%;
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
width:500px;
margin:auto;
}

#header {
 width: 500px;
 background-color:#666666;
 }
 
 #nav {
 width: 500px;
 background-color:#993300;
 }
 
 
 #content {
	width: 500px;
	height:500px;
	background-color:#FFFFFF;
	background-image:url(images/splash.jpg);
	text-align:center;
 }
 
 #altNav{
 width: 500px;
 background-color:#FF0000;

 }
 
 #footer {
 width: 500px;
 height: 50px;
 color:#FFFFFF;
 background-color:#333333;
 }
 
 a:link {
 	color:#FF0000;
	text-decoration:none;
	}