@charset "utf-8";

	html {
		height:100%;
		width:100%;
	}
	
	body {
		background-color:#000000;
		padding:0px;
		margin:0px;
	}
	
	.general, .general a, .general a:visited {font-family:Arial, Helvetica, sans-serif; color:#cccccc; font-size:14px; line-height:1.5; text-decoration:none;}
	
	.general a:hover {color:#FFFFFF;}
	
	.footer, .footer a, .footer a:visited, .footer a:hover {font-family:"Times New Roman", Times, serif; font-size:11px}
	
	#main {position:relative; margin-left:auto; margin-right:auto; width:980px; height: 650px; z-index:1;}	
	
	#title {
	position:absolute; left:-5px; top:30px; width:513px; height:129px; z-index:2;}
	
	/*Note #menu and #menu2 in separate file*/
	
	#content {position:absolute; left:220px; top:220px; width:760px; padding:0px; z-index:2;}
		
	#footer {
	position:relative; bottom: -50px; left: -220px; z-index:2;}
	

