body {
	background-color:#000000;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
#container {
	width: 1000px;
	height: 813px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#head-div{
	width: 1000px;
	height: 198px;
	float:left;
}
#mid-div{
	width:1000px;
	height:490px;
	float:left;
	overflow:hidden;
}
#left{
	width: 510px; 
	height: 500px;
	float: left;
}
#thePlayer{
	width:375px;
	height:281px;
	float:left;
}
#menu{
	width:300px;
	height:138px;
	float:left;
}
#right{
	width: 490px;
	height: 401px;
	float: left;
}
#contentframe { 
	width: 330px;
	background-image: none;
	margin:0;
	padding:0;
	height:360px;
	float: left;
}
#controls{
	width:390px;
	height:50px;
	float:left;
}

