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

	body {
	text-align:center;
	}
	#wrapper {
	position:relative;
	margin: 0 auto;
	width:955px;
	height:800px;
	text-align:left;
	}
    #main_links {
	position:absolute;
	width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:-380px;
	margin-left:75px;
	left: -5px;
	top: 632px;
    }
	#credit {
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#999999;
	width:360px;
	left: 585px;
	top: 682px;
	}
	a.credit:link {
	color:#999999;
	}
	a.credit:visited {
	color:#999999;
	} 
	a.credit:hover {
	font-style:normal;
	color:#999999; 
	}
    
