html,body {
	background: #404040 url('../images/bgcolor.jpg');
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img.fade {
   filter:alpha(opacity=0);
   opacity: 0;
}

div.border {
	position: relative;
	left: 0px;
	top: 0px;
	margin: auto;
	padding: 0px;
	width: 1002px;
	height: 100%;
	background: url('../images/bg.jpg');
}

div.banner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 736px;
	height: 170px;
	background: url('../images/banner.jpg');
}

div.random {
	position: absolute;
	top: 0px;
	left: 736px;
	width: 237px;
	height: 202px;
}

div.border_banner_right {
	position: absolute;
	top: 0px;
	left: 973px;
	width: 29px;
	height: 202px;
	background: url('../images/border_banner_right.jpg');
}

div.navi {
	position: relative;
	top: 0px;
	left: 0px;
	width: 736px;
	height: 32px;
	background: url('../images/navi_bg.jpg');
	text-align: right;
}

div.community_bar {
	position: absolute;
	top: 135px;
	left: 306px;
	width: 349px;
	height: 15px;
}

div.title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1002px;
	height: 77px;
	background: url('../images/title.jpg');
}

div.title_text {
	position: absolute;
	top: 235px;
	left: 270px;
	width: 500px;
	height: auto;
	text-align: center;
	color: #fff;
	font: normal 10pt verdana;
	filter: alpha(opacity=100);
}

div.content {
	position: absolute;
	left: 0px;
	top: 280px;
	width: 862px;
	height: auto;
	padding: 0px 60px 0px 80px;
	margin: 0px;
	font: normal 10pt verdana;
	color: #DDD;
	background: url('../images/bg.jpg');
}

div.musicplayer {
   position: absolute;
   width: 228px;
   height: 20px;
   top: 219px;
   left: 700px;
   text-align: right;
}

