html {
	height:100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: normal 10pt "Lucida Grande","Lucida Sans",Arial,Helvetica,Sans-Serif;
	color:#666;
}
#wrap {
	position:relative;
	min-height:100%;
	margin:0;
}
* html #wrap { height: 100%; }
#footer { position:absolute; bottom:0; width:100%; height:20px; font-size:8pt; text-align:center; }
a { color: #0099cc; }
#footer a.black { color:black; }
#footer a.white { color:white; }
#footer a, #footer span { padding:0 .4em .2em .4em; }
