body {
	margin:0;
	padding:0;
	background-image:url(img/introbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
#footer {
	width:900px;
	height:18px;
	padding-top: 8px;
	color: #A3A3A3;
	font-family:Tahoma;
	font-size:11px;
	text-align:center;
	}

#footer a:link, #footer a:visited {
	color: #A3A3A3;
	text-decoration:none;
	}

#footer a:hover {
	color: #666666;
	text-decoration:none;
	
	}