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

body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

#fk {
	width:1000px;
	margin:0 auto;
}
	
#fk #head {
	width:1000px;
	padding:0px;
	margin-bottom:-3px;
	}
	
#fk #content {
	width:940px;
	background:url(../images/40kcontent.jpg) top left repeat-y;
	padding:30px;
	}
	
	#fk #content h1{
		font-family:"Courier New", Courier, monospace;
		color:#600;
		font-size:24px;
	}
	
	#fk #content h2 {
		font-family:"Courier New", Courier, monospace;
		color:#000;
		font-size:18px;
	}
	
	#fk #content p {
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		font-size:12px;
	}
	
	#fk #content a {
		text-decoration:none;
		color:#600;
	}
	
	#fk #content a:hover {
		color:#C00;
	}
	
#fk #footer {
	width:1000px;
	text-align:right;
	}
	
	#fk #footer a img, #fk #footer a {
		border:none;
		text-decoration:none;
	}
	