body {
	background-color:#1a1a1a;
    background-image:url(images/BGTile.jpg); 
	background-position:top;
	background-repeat:repeat-x;
    text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
#container {
	width: 1000px;
	height: 786px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#head-div{
	width: 1000px;
	height: 105px;
	float:left;
}
#mid-div{
	width:1000px;
	height:490px;
	float:left;
}
#left{
	width: 470px; 
	height: 786px;
	float: left;
}
#thePlayer{
	width:360px;
	height:245px;
	float:left;
}
#menu{
	width:184px;
	height:137px;
	float:left;
}
#right{
	width: 530px;
	height: 786px;
	float: left;
}
#contentframe { 
	width: 490px;
	background-image: none;
	margin:0;
	padding:0;
	height:320px;
	float: left;
}
#controls{
	width:60px;
	height:250px;
	float:left;
}

