html, body {
	height:100%;
	}
body {
	padding-top:30px;
	text-align:center;
	font-family:Zekton Free,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#wrapper {
	width:850px;
	position:relative;
	min-height:100%;
	margin:0 auto;
	text-align:left;
	}
#header {
	height:222px;
	}
#header img.banner {
	float:right;
	}
#content {
	padding-bottom:100px;
	margin-left:190px;
	clear:right;
	}
#footer {
	height:100px;
	position:absolute;
	bottom:0;
	}
h1 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.1em;
	}
img {
	border:0px;
	}


