html, body {
    height: 100%;
    overflow: hidden;
}
body {
    background: #000000;
		color: #222222;		
 		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
    margin: 0;                
}
#content {
    width: 100%;
    height: 100%;
}
.noflashholder {
	text-align: center;
	width: 800px;
	margin: 80px auto 9000px auto;
}
.frontmenuholder {
	text-align: center;
	width: 800px;
	margin: 50px auto 100px auto;
}
.searchablecontent {
	width: 800px;
	margin: 50px auto 100px auto;
}

a:link, a:hover, a:visited, a:active {
	color: #222222;
	text-decoration: none;
}

img {
	border: 0;
}

