body {
	background-color:#333333;
	color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial;
	font-size:12px;
}
img {
	border:0px;
}
.clear{
	clear:both;
}
#navbar{
	display:block;
	height:38px;
	border-bottom:5px solid #cccccc;
	font-size:16px;
	font-weight:bold;
	background-color:#000000;
}
	#navbar a {
		float:left;
		display:block;
		padding:10px;
		color:#ffffff;
		margin-left:20px;
		text-decoration:none;
	}
#mainbody {
	width:950px;
	margin:auto;
	background-color:#000000;
	min-height:400px;
}
	#billboard {
		width:950px;
		height:200px;
		border-bottom:5px solid #cccccc;
		margin:0px auto;
		background-image:url(images/top_bg.png);
	}
		#billboard1 {
			width:600px;
			height:200px;
			float:left;
			border-right:1px solid #ffffff;
		}
			#billboard1_text {
				float:left;
				width:270px;
				padding:20px;
			}
			#billboard1 a {
				width:290px;
				height:200px;
				display:block;
				float:right;
			}
		#billboard2 {
			width:349px;
			height:200px;
			float:right;
		}
			#billboard2_text {
				float:right;
				width:99px;
				padding:10px;
			}
			#billboard2 a {
				display:block;
				float:left;
				color:#cccccc;
			}
			#billboard2 img {
				margin:10px;
				float:left;
			}
	#player_area{
		background-image:url(images/player_area_bg.jpg);
		background-repeat:repeat-x;
		padding-top:20px;
	}
		#player_area hr{
			clear:both;
		}
		.profile_l, .profile_r {
			border:5px solid #ffffff;
			margin-right:10px;
			margin-bottom:10px;
			float:left;
			width:150px;
		}
		#player_area #chars {
			padding: 0px 20px;
		}
		#player{
			float:left;
			margin-left:20px;
			border:5px solid #333333;
		}
		#thumbs{
			float:right;
			margin-right:40px;
		}
		#thumbs .vscroll {
			width:200px;
			height:600px;
			overflow-y:scroll;
			margin-bottom:20px;
		}
		#thumbs a , #thumbs span{
			display:block;
			margin-top:20px;
			text-align:center;
			color:#ffffff;
		}
		#thumbs img {
			height:50px;
		}
	#mainpagead1 {
		width:728px;
		margin:auto;
		height:140px;
	}
	#news {
		padding:20px;
	}
#footer {
	border-top:5px solid #cdcdcd;
	clear:both;
	margin-bottom:40px;
}