/*********** site wide styles *********/


body
{
	margin: 0;
	padding: 0;
	background-color: black;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: white;
}

#centerme
{
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#index
{
	width: 960px;
	height: 700px;
	margin: 0 auto;
}

/* footer */

#footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 903px;
	height: 20px;
	text-align: center;
	font-size: 9px;
	color: #ffffff;
}

.hkred a {
	color: #ffffff;
	text-decoration: none;
}

.hkred a:hover {
	color: #7CFC00;
	text-decoration: underline;
}
