body { 
	background-color: black; 
	/*
	background-image:url('../background.gif');
	background-repeat: repeat-x;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color:white;
	margin: 0;
	padding:0;
	
}
a {
	color: #A4F900;
	text-decoration:underline;
}
a:hover {
	color: #A4F900;
	text-decoration:none;
}
h1 {
	font-size: 21px;
}
#header {
	background-image:url('../header.gif');
	background-repeat: repeat-x;
	width: 100%;
	height:85px;
	clear: both;
	
}


#errorContent {
	margin:0px auto;
	width: 935px;
	
}
#error  {
	width: 500px;
	font-size: 16px;
	margin: 50px auto;
	
}
#keywords{
	color:#333;
}