html {
	height: 100%;
}

body {
	height: 100%;
}

* html #wrapper {
	height:100%;
}

#wrapper {
	position:relative;
	min-height:100%;
	max-width: 1000px;
	min-width: 850px;
}
#footer {
	position: relative;
	margin-top: -2.2em;
	left: 50px;
	color: #333333;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.45em;
	font-weight: 800;
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.45em;
	font-weight: 800;
	color: #942921;
	text-decoration: none;
	background-color: #E3E4E5;
}
 
