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

* { margin:0; padding:0; } 





#main {
	padding-bottom: 0px;
	
 }  /* must be same height as the footer */

#footer {
	height: 250px;
	clear:both;
	
} 


#footer a:link, #footer a:visited {
	color: #a5c65e;
	font-weight:normal;
	text-decoration: none;
	}
	
	
