/* hide from ie on mac \*/
html, body {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: white;
}
/* end hide */
#website {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
}
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: underline;
}
h1 {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: -5px;
}
h2 {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
