/* CSS Document - Not To Be Duplicated Or Copied In Any Way*/

body {
	margin-top: 46px;
	background: #333333;
	background-image: url(newbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.main {
	border: 1px solid #FFFFFF;
}

.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.loading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-stretch: ultra-expanded;
	color: #FFFFFF;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}
