﻿html, body {
	height: auto;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 1.0em;
	text-align: center;
}
#wrapper {
	min-height: 100%;
	height: auto;
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding-bottom: 15px;
	border: 0px #111111 none;
	background: white;
	overflow: hidden;
}
#content {
	width: 100%;
	margin: auto auto auto auto;
}
#footer {
	min-height: 100%;
	height: auto;
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding-bottom: 15px;
}
/* Responsive Images */
img, img.scale-with-grid {
	outline: 0;
	max-width: 100%;
	height: auto;
}
.gh-logo {
	width: 100%;
	text-align: center;
	border: 0px #111111 none;
}
.gh-tcolor {
	color: #666666;
}
