body {
	background-color:#FFFFFF;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
#container {
	width:760px;
	height: 560px;
	margin-left:0;
	background-image:url(bg.png);
	background-position:left;
	background-repeat:no-repeat;
	overflow:hidden;
}
#head-div{
	width:760px;
	height: 40px;
	float:left;
}
#head-ad{
	width:760px;
	height: 40px;
	float:left;
}
#mid-div{
	width:760px;
	height:490px;
	float:left;
	overflow:hidden;
}
#left{
	width: 470px; 
	height: 490px;
	float: left;
}
#thePlayer{
	width:417px;
	height:318px;
	float:left;
}
#menu{
	width:245px;
	height:35px;
	float:left;
}
#right{
	width: 290px;
	height: 490px;
	float: left;
}
#contentframe { 
	width: 243px;
	background-image: none;
	margin:0;
	padding:0;
	height:325px;
	float: left;
}
#controls{
	width:173px;
	height:29px;
	float:left;
}

