body {
	margin:0;
	padding:0;
	background-color:#333;
	color:fff;
	scrollbar-base-color:#333;
	scrollbar-arrow-color:#B70000;
 	SCROLLBAR-TRACK-COLOR: #333; 
	scrollbar-darkshadow-color:#333;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#B70000;
	scrollbar-shadow-color:#B70000;
}

img {
	border:0;
}

#top {
	background:#000;
	background-image:url(../img/behind_flash.jpg);
	background-repeat: repeat;
	background-position:center center;
	height:157px;
}

#main {
	background-color:#000;
	background-image:url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	width:822px;
}

.default {
	font-family:arial;
	font-size:12px;
	color:#fff;
	line-height:18px;
}

.small {
	font-family:arial;
	font-size:10px;
	color:#fff;
	line-height:18px;
}

.join {
	font-family:arial;
	font-size:12px;
	color:#0A80AD;
	line-height:18px;
	font-weight:bold;
}


.footer {
	font-family:verdana;
	font-size:10px;
	color:#333;
	padding:20px;
	text-align:center;
	line-height:14px;
}



a:link {
	color:#0A80AD;
}
a:visited {
	color:#0A80AD;
}

a:active {
	color:#0A80AD;
}

a:hover {
	color:#10B5F2;
}

h1 {
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	color:#B70000;
	margin-top:0;
	margin-bottom:5px;
	letter-spacing:-1.5;
}

h2 {
	font-family:verdana;
	font-size:10px;
	color:#333;
	margin-top:0;
	margin-bottom:15px;
	font-weight:normal;
}
