body{
	background-image: url('images/spikeything.jpg');
	background-attachment: fixed;
	background-position: center;
	font-family: Arial;SCROLLBAR-FACE-COLOR: green; SCROLLBAR-HIGHLIGHT-COLOR: 	black; SCROLLBAR-SHADOW-COLOR: green; SCROLLBAR-3DLIGHT-COLOR: green; 	SCROLLBAR-ARROW-COLOR: silver; SCROLLBAR-TRACK-COLOR: black; 	SCROLLBAR-DARKSHADOW-COLOR: black; 
}

#container{
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 0px;
	background-color: black;
}
#banner{
	float: left;
	text-align: center;
	height: 125px;
	width: 760px;
	background-color: black;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#content{
	float: left;
	width: 760px; 
	color: silver;
	background-color: black;
	text-align: center;
	font-size: 14pt;
}
#nav{
	width:760px;
	float:left;
}

#content a:link{
	color: green;
}

#content a:visited{
	color: green;
}
	
#content a:hover{
	color:silver;
}

#content a:active{
	color: green;
}	

#footer{
	clear: both;
	color: green;
	float: left;
	width: 760px;
	background-color: black;
	font-size: 8.5pt;
	line-height: 10pt;
	text-align: center;
}
#footer a:link{
	font-size: 8.5pt;
	color: green;
	font-style: underline;
}
#footer a:visited{
	font-size: 8.5pt;
	color: green;
}
#footer a:hover{
	font-size: 8.5pt;
	color: silver;
}
#footer a:active{
	font-size: 8.5pt;
	color: green;
}
h1{
	font-size: 13pt;

}
p{
	font-size: 10pt;

ol{
	font-size: 10pt;
}
li{
	font-size: 10pt;
}