

 html, body {
 height: 95%;
 text-align:center;
 font:Arial;
 }
 
a {
text-decoration: none;
border: none;
color: #666666;
}

a:hover {
text-decoration: none;
border: none;
color: #999999;
}

a:visited {
color:#666666;
border: none;
text-decoration: none;
}
 
#wrapper {
min-height: 95%;
}

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

#footer {
	font-size: 10px;
	color: #666666;
	font: arial;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	} 

	