html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
main {
	min-height: 100%;
	height: auto !important;
	/*margin: 0 0 -100px 0;*/
}
footer {
	width: 100%;
	padding: 10px 0;
	margin: 20px 0 0;
	background-color: #999;
	display: block;
	position: relative;
	outline: none;
}
#footer {
	width: auto;
	max-width: 1100px;
	padding: 0 24px;
	margin: 0 auto;
	display: block;
	position: relative;
}
#footer_menu2 {
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: right;
}
#main {
	margin-top: 80px;
	text-align: center;
}
header {
	background-color: #fec63e;
}
h1 {
	color: #fff;
	padding: 7px 11px 7px 11px;
	position: relative;
	text-transform: uppercase;
	margin-top: 0px;
	text-align: center;
}
