.about { color: #fff; font-size: 0.75em; padding: 30px; }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body	{
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
a:link  {
	text-decoration: none;
	font-size: 9px;
	color: #CCC;

}
a:visited  {
	text-decoration: none;
	font-size: 9px;
	color: #CCC;

}

a:hover  {
	text-decoration: none;
	font-size: 9px;
	color: #CCC;
	bg-color: #CCC;

}

a:active {
	text-decoration: none;
	font-size: 9px;
	color: #CCC;

}
.loading {
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.counter { color: #e2e2e2; font-size: 9px; }

#content {
				position: relative; /* Needed for Safari */
				margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
				text-align: center;
				width: 1400px;
				height: 700px;
			}
