body {
	background-color:#E7F4FC;
	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: 50px;
	float:left;
}
#mid-div{
	width:1000px;
	height:490px;
	float:left;
}
#left{
	width: 545px; 
	height: 500px;
	float: left;
}
#thePlayer{
	width:425px;
	height:320px;
	float:left;
}
#menu-top{
	width:441px;
	height:67px;
	float:left;
}
#menu-bottom{
	width:400px;
	height:66px;
	float:left;
}
#right{
	width: 455px;
	height: 401px;
	float: left;
}
#contentframe { 
	width: 300px;
	background-image: none;
	margin:0;
	padding:0;
	height:320px;
	float: left;
}
#controls{
	width:439px;
	height:77px;
	float:left;
}

