body {
	background-color:#009900;
	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: 60px;
	float:left;
}
#mid-div{
	width:1000px;
	height:490px;
	float:left;
	overflow:hidden;
}
#left{
	width: 510px; 
	height: 500px;
	float: left;
}
#thePlayer{
	width:481px;
	height:308px;
	float:left;
}
#menu{
	width:279px;
	height:28px;
	float:left;
}
#right{
	width: 490px;
	height: 401px;
	float: left;
}
#contentframe { 
	width: 270px;
	background-image: none;
	margin:0;
	padding:0;
	height:320px;
	float: left;
}
#controls{
	width:389px;
	height:42px;
	float:left;
}

