@charset "UTF-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background: url(../images/gh_bg.gif);
	text-align: center;
	font-family: Arial Narrow;
	font-size: 0.9em;
	line-height: 2em;
	color: #3C2415;
}
#container {
	height: auto;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	margin-top: 200px;
	padding: 20px;
}
#content {
	padding-left: 250px;
	padding-right: 250px;
}
#enterSite {
	padding-top: 245px;
	padding-bottom: 20px;
	background-attachment: scroll;
	background-image: url(../images/gh_logo_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 300px;
}
#enterSite a {
	font-size: 1.5em;
	color: #3C2415;
	text-decoration: none;
	text-transform: uppercase;
}
#enterSite a:hover {
	font-size: 1.5em;
	color: #FFFAC2;
	text-decoration: none;
}