* {
	margin: 0;
	padding: 0;
	overflow: none;
	}

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
	}

body {
	background-color: rgb(51, 51, 51);
	text-align: center;
	font-size: 10pt;
	line-height: 20px;
	font-family: "Helvitca", "Arial", "Verdana", sans-serif;
	font-weight: normal;
	color: rgb(51, 51, 51);
	}

a {
	font-size: 10pt;
	font-weight: 500;
	font-stretch: extra-expanded;
	color: rgb(34, 34, 34);
	text-decoration: none;
	font-weight: 600;
	}

h1 {
	text-align: center;
	margin-bottom: 1px;
	}

a:hover {
	color: #666;
	}

img {
	margin: 0;
	padding: 0;
	border: 0;
	}

#mainContainer {
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	}

.navrow {
	background: url(/images/buttons.png) top left repeat-x; 
	height: 24px;
	overflow: hidden;
	color: #A8AFB3;
	text-align: center;
	font-size: 11px;
	line-height: 24px;
}	

#footer {
	margin-top: 35px;
	font-size: .5em;
	line-height: 10px;
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	font-weight: lighter;
	}

#footer p {
	margin: 1px;
	}

.hack {
	display: block;
	clear: both;
	margin-top: 2px;
	}
