html {
	height: 100%; }
	
body {
	position: relative;
	height: 100%;
	margin: auto;
	font: 13px;
	font-family: 'Century Gothic', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Gill Sans', Helvetica, Futura, clean,sans-serif;
	background: #000000 url('../images/pinstripes.png') repeat;
	overflow: hidden; }

body a {
	color: #eee;
	text-decoration: none; }
	
body a:hover {
	text-decoration: underline; }
	
#ieMessage {
	display: none; }

#siteMeter {
	display: none; }

#container1 {
	display: table;
	height: 100%;
	width: 100%; }
    
#container2 {
	display: table-cell;
	vertical-align: middle; }

#siteLimits {
	position: relative;
	height: 200px;
	margin: auto; }
	
#navigation {
	position: relative;
	top: 50px; }

#wordmark {
		position: relative;
		width: 686px;
		left: 5px;
		height: 43px;
		margin: auto;
		background: url('../images/wordmark.png') no-repeat;
		z-index: 1;
		overflow: visible; }
		
#counter { display: none; }