@charset "utf-8";

	html {
		height:100%;
		width:100%;
	}
	
	body {
		background-color:#000000;
		background-image:url(../img/bg.jpg);
		background-repeat:no-repeat;
		padding:0px;
		margin:0px;
	}
	
	.general, .general a, .general a:visited {font-family: Arial, Helvetica, sans-serif; color:#cccccc; font-size:11px; line-height:2; text-decoration:none;}
	
	.general a:hover {color:#FFFFFF;}
	
	
	#main {position:relative; left:0px; top:0px; width:980px; height: 600px; z-index:1;}	
	
	#logo {position:relative; left:0px; top:443px; z-index:2;}	
	
	
	/*Note #menu and #menu2 in separate file*/
	
	#content {position:absolute; left:22px; top:30px; width:950px; padding:0px; z-index:3;}

		
	#footer {
	position:absolute; top: 28px; left: 22px; z-index:2;}
	
	.footer, .footer a, .footer a:visited, .footer a:hover {color:#666666; font-size:10px;}
	
