body {
	background-color:#161616;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
    background-image:url(images/bg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}
#container {
	width: 1000px;
	height: 842px;
	margin-left:auto;
	margin-right:auto;

}
#head-div{
	width: 1000px;
	height: 10px;
	float:left;
}
#mid-div{
	width:1000px;
	height:842px;
	float:left;
	overflow:hidden;
}
#left{
	width: 428px; 
	height: 842px;
	float: left;
}
#thePlayer{
	width:388px;
	height:292px;
	float:left;
}
#menu{
	width:360px;
	height:35px;
	float:left;
}
#right{
	width: 392px;
	height: 800px;
	float: left;
}
#contentframe { 
	width: 360px;
	background-image: none;
	margin:0;
	padding:0;
	height:275px;
	float: left;
}
#controls{
	width:402px;
	height:35px;
	float:left;
}

