body {
	background-color:#000;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
#container {
	width: 1000px;
	height:793px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg2-blac.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#head-div{
	width: 1000px;
	height: 120px;
	float:left;
}
#mid-div{
	width:1000px;
	height:365px;
	float:left;
	overflow:hidden;
}
#left{
	width: 560px; 
	height: 365px;
	float: left;
}
#thePlayer{
	width:345px;
	height:280px;
	float:left;
}
#menu{
	width:165px;
	height:61px;
	float:left;
}
#right{
	width: 440px;
	height: 365px;
	float: left;
}
#contentframe { 
	width: 505px;
	background-image: none;
	margin:0;
	padding:0;
	height:260px;
	float: left;
}
#controls{
	width:361px;
	height:52px;
	float:left;
}

