html, body {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	background: url(Images/HOME_temp.jpg) center no-repeat scroll;
	background-color: #330000;
}
body#suspended {
	margin: 0px;
	padding: 0px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	background-color: #000;
	background: none;
}
div {
	position: relative;
	top: 80%;
	left: 0;
}
a {
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a.staff {
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
