/*MMO Hub CSS file by JS*/

body {
	background-color:#000;
	margin-left: auto; /*added this code and it aligned the master div within the page*/
  	margin-right: auto;  /*added this code and it aligned the master div within the page*/
	margin-top:0;
	
}

#container {
	margin:0px auto; /*testing this*/
	/*top: 0px;*/
	width: 970px;
	height: 1415px;
	text-align: center;
}

#header {
	margin:0px auto;
	top: 0px;
	left: 0px;
	width: 954px;
	height:150px;
	text-align: center;
	/*background-color: #FFFB53;*/
}

#header1 {
	margin:0px auto;
	left: 0px;
	width: 954px;
	height:75px;
	text-align: center;
	background-color:#262626;
	background-image:url(images/topbanner.jpg);
	
	}

#header2 {
	margin:0px auto;
	top: 75px;
	left: 0px;
	width: 954px;
	height: 75px;
	text-align: center;
	background-color:#262626;
	/*background-image:url(images/480wimage_02.png);*/
	}



#level1_container {
	margin:0px auto;
	top: 150px;
	left: 0px;
	width: 970px;
	height: 612px;
	text-align: center;
	/*background-color:#F69;*/
	/*border: solid 1px #5946FF;*/
}

#left_level1 {
	
	margin: 8px 4px 4px 8px;
	float:left;
	left: 0px;
	width: 826px;
	height: 600px;
	text-align: center;
	background-color:#8C8C8C;
	/*border: solid 1px #5946FF;*/
}

#right_level1 {
	
	margin: 8px 8px 4px 4px;
	float:right;
	left: 0px;
	width: 120px;
	height: 600px;
	text-align: center;
	background-color:#BFBFBF;
	/*border: solid 1px #5946FF;*/

}

#level2_container {
	margin:0px auto;
	top: 762px;
	left: 0px;
	width: 970px;
	height: 375px;
	text-align: center;
	/*background-color:#CF0;*/
	/*border: solid 1px #5946FF;*/
}

#left_level2 {
	margin: 4px 4px 4px 8px;
	float:left;
	left: 0px;
	width: 758px;
	height: 367px;
	text-align: center;
	background-color:#8C8C8C;
	/*border: solid 1px #5946FF;*/
}


#right_level2 {
	margin: 4px 8px 4px 4px;
	float:right;
	left: 0px;
	width: 188px;
	height: 367px;
	text-align: center;
	background-color:#BFBFBF;
}

#footer_container {
	margin:0px auto;
	top: 1137px;
	left: 0px;
	width: 970px;
	height: 90px;
	text-align: center;
	/*background-color:#30C;*/
}

#footer_top {
	margin: 4px 8px 8px 8px;
	float:left;
	left: 0px;
	width: 954px;
	height: 78px;
	text-align: center;
	background-color:#262626;
}

#footer_bottom {

}

