html,body {
	height:100%;
}
body {
	margin:0px;
	background-color:#0B0C0B;
	overflow: hidden;
	font-family: verdana;
	font-size: 10px;
}
#holder {
	width:100%;
	height:100%;
}
#splash {
	background-color: #1e1e1e;
	height:55%;
}
#siteHolder {
	background-color: #1e1e1e;
	height: 625px;
	color: #534e4e;
}
#countText {
	font-family: verdana;
	font-size: 30px;
	color: #3a3a3a;
	margin: 10px;
}
#emailForm {
	display: none;
	width: 400px;
	height: 200px;
	background-color: #1e1e1e;
}
td.copyright {
	height: 18px;
	vertical-align: top;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	color: #272727;	
}
td.copyright a {
	color: #272727;	
}
td.copyright a:hover {
	color: #44403f;	
}
a.hiwLink {
	font-family: verdana;
	font-size: 10px;
	color: #272727;
	text-decoration: none;
}
.smalltext {
	font-family: verdana;
	font-size: 10px;
	color: #534e4e;
	text-decoration: none;
}
a.smalltext {
	font-family: verdana;
	font-size: 10px;
	color: #534e4e;
	text-decoration: none;
}
a.smalltext:hover {
	text-decoration: underline;
	color: #534e4e;
}
p {
	margin: 7px;
}

a:link, a:active, a:visited, a:hover {
	text-decoration: none;
}