body {
	background-color: #547698;
	color: #fff;
	font: 11px verdana, sans-serif;
	width: 980px;
	height: 450px;
	margin: 0;
}

a {
	color: #acf;
	text-decoration: none;
}
a:hover {
	color: #9bf;
	text-decoration: underline;
}

.fl {
	float: left;
}

.stdmargin {
	margin: 10px;
}

#cleft {
	float: left;
	width: 202px;
	height: 450px;
	background-image: url("../graphics/left.jpg");
}
	.btntitle {
		margin-top: 2px;
		height: 33px;
	}
	.btntime {
		font: 10px verdana, sans-serif;
		color: #999;
		float: right;
		margin-right: 2px;
	}

#ctop {
	float: left;
	width: 778px;
	height: 110px;
	background-image: url("../graphics/top.jpg");
}
	.adtop {
		display: block;
		width: 728px;
		height: 90px;
		margin-top: 10px;
		margin-left: 20px;
	}
	.adtop img {
		border: none;
	}

#cscreen {
	float: left;
	width: 440px;
	height: 340px;
	background-image: url("../graphics/screen.jpg");
}

#cright {
	float: left;
	width: 338px;
	height: 340px;
	background-image: url("../graphics/right.jpg");
}

	#cright h1 {
		margin: 0;
		font: bold 16px arial, sans-serif;
	}
	#cright .content {
		height: 66px;
		width: 300px;
		margin: 10px 18px 0 18px;
	}
	
	#cright .adright {
		display: block;
		width: 300px;
		height: 250px;
		margin: 0 0 0 18px;
	}
	#cright .adright img {
		border: none;
	}

#backlink {
	display: block;
	width: 182px;
	height: 80px;
	margin: 10px;
	text-decoration: none;
}
#cmenu {
	width: 182px;
	height: 312px;
	margin: 0 10px 6px 10px;
	overflow: hidden;
}
	
	#cmenu span {
		font: bold 12px arial, sans-serif;
		margin: 2px;
		display: block;
	}
	
	#cmenu .playbuttonbrd {
		margin-left: 2px;
	}
	#cmenu .playbutton {
		float: left;
		margin: 0 0 2px 0;
		display: block;
		width: 178px;
		height: 50px;
		background-color: #036;
		color: #fff;
		text-decoration: none;
		background-image: url("../graphics/play.jpg");
		overflow: hidden;
	}
	#cmenu .playbutton:hover {
		background-color: #547698;
	}
	#cmenu .playbutton:hover .thumbnail {
		-moz-opacity: 0.5;
		opacity: 0.5;
		-khtml-opacity: 0.5;
		filter: alpha(opacity=50);
	}
	#cmenu .playing {
		background-image: url("../graphics/playing.jpg");
	}
	
	#cmenu .thumbnail {
		float: left;
		width: 56px;
		height: 42px;
		margin: 4px;
		border: none;
	}
	
#controlbox {
	margin-left: 25px;
	
}
#controlbox a {
	margin: 0 2px;
	display: block;
	float: left;
	width: 60px;
	height: 20px;
	line-height: 19px;
	color: #fff;
	background-image: url("../graphics/ctrlbtn.jpg");
	text-decoration: none;
	text-align: center;
}
#controlbox a:hover {
	background-position: 0 -20px;
}
.ctrltop {
	width: 20px !important;
	background-image: url("../graphics/ctrltop.jpg") !important;
}

#new_bottom {
	width: 980px;
	height: 100px;
	float: left;
	/*background: #547698 url("../graphics/new_bottom.jpg") no-repeat top left;*/
	background-image: url("../graphics/new_bottom.jpg");
}
	#new_bottom .left {
		text-align: center;
		width: 180px;
		float: left;
		padding: 15px 10px;
	}
	#new_bottom .right {
		float: left;
		padding: 5px 20px;
	}
