html {
	height: 100%;
}

body {
	height: 100%;
}

* html #wrapper {
	height:100%;
}

#wrapper {
	position:relative;
	min-height:100%;
	max-width: 1200px;
	min-width: 850px;
}
#footer {
	margin-left:20px;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	font-weight: 800;
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	font-weight: 800;
	color: #942921;
	text-decoration: none;
	background-color: #E3E4E5;
}
 
