@charset "utf-8";
/* CSS Document */
body {
	height:100%;
	min-height:100%;
	margin:0px;
	background-color:#000;
	color:#FFF;
}
h1, h2, h3, h4 {
	color:#9CC;
}
a:link {
	color: #9CC;
}
a:visited {
	color: #9CC;
}
a:hover {
	color: #09C;
}
a:active {
	color: #9CC;
}
#header { 
	position:relative;
	width:900px;
	height:200px;
	left:auto;
	top:0px;
	margin:auto;
	text-align:center;
}
#nav {
	position:relative;
	width:900px;
	height:75px;
	left:auto;
	top:0px;
	margin:auto;
	text-align:center;
}
#master_content {
	position:relative;
	width:900px;
	left:auto;
	top:0px;
	margin:auto;
	border:#9CC solid 1px;
	padding:5px;
	background-color: #333333;
}
#footer {
	position:relative;
	width:900px;
	height:100px;
	left:auto;
	top:0px;
	margin:auto;
}
	
	
