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

body {
	margin:0px;
	padding:0px;
	font-family:Arial, sans-serif;
	font-size:12px;
	background-color:#000;
	color:#fff;
}

a:link,
a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#6cf;
	text-decoration:none;
}

.clear{
	clear:both;
}

#pageContainer{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url("../images/bg_carbonfiber_grey.gif") top no-repeat;
	background-color:#000;
	z-index:-1;
}

#pageContent{
	float:left;
	width:100%;
	top:10px;
}

#masterDiv{
	
}

#footie a:link, 
#footie a:visited {
	color:#fff;
}


#footie a:hover, 
#footie a:active {
	color:#6cf;
}









