

* {
	margin:0
}
html, body {
	height:100%
}
body {
	text-align:center;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	background-color: #eeeeee;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto -100px;
}
#footer, #push {
	height:80px;
}
#footer {
	background-color:#eeeeee;
	background-repeat: no-repeat;
	width:100%;
	margin:0 auto;
}
#footer a {
color: #990000; background-color: #eeeeee; border-style: solid; border-width: 3px; border-color: #6e6f6f; text-decoration: none;
}

 
#footer a:hover {
color: #eeeeee; background-color: #6e6f6f; 
}