body {
	background-color:#ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    background-image:url(images/BG.jpg);
    background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin:0;
	padding:0;
}
#container {
	width: 1000px;
	height: 720px;
	margin-left:auto;
	margin-right:auto;

	background-position:top;
	background-repeat:no-repeat;
}
#head-div{
	width: 1000px;
	height: 20px;
	float:left;
}
#mid-div{
	width:1000px;
	height:620px;
	float:left;
	overflow:hidden;
}
#left{
	width: 550px; 
	height: 600px;
	float: left;
}
#thePlayer{
	width:456px;
	height:340px;
	float:left;
    background-color:#000;
}
#menu{
	width:385px;
	height:72px;
	float:left;
}
#right{
	width: 450px;
	height: 600px;
	float: left;
}
#contentframe { 
	width: 365px;
	background-image: none;
	margin:0;
	padding:0;
	height:360px;
	float: left;
}
#controls{
	width:518px;
	height:72px;
	float:left;
}

