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: 600px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#head-div{
	width: 1000px;
	height: 120px;
	float:left;
}
#mid-div{
	width:1000px;
	height:490px;
	float:left;
	overflow:hidden;
}
#left{
	width: 550px;
	float: left;
}
#thePlayer{
	width:330px;
	height:255px;
	float:left;
}
#menu{
	width:397px;
	height:42px;
	float:left;
	overflow:hidden;
}
#right{
	width: 450px;
	float: left;
}
#contentframe { 
	width: 397px;
	background-image: none;
	margin:0;
	padding:0;
	height:261px;
	float: left;
}
#controls{
	width:135px;
	height:20px;
	float:left;
}

