/* Main 1 Header/LeftNav/Main Content/Footer */

/* Contains Entire Site */
#mainDiv {
	/*background:     url(../images/player1_bg.gif);*/
	position: absolute;
	top: 0px;
	left: 0px;
}


#header {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 788px;
	height: 80;
}

#nav {
	top: 80px;
	left: 0px;
	position: absolute;
	width: 190px;
	height: 448px;
}

#main {
	top: 80px;
	left: 190px;
	position: absolute;
	width:598px;
	height:448px;
}

#logout {
	visibility:hidden;
}

#menu_body { width:100%; height:100%; }
#menu_div_topseparator { width:100%; height:30px; }
#menu_div { float:left; width:100%; height:100%; text-align:center; margin: auto 0; }
#menu_div_wrapper { float:left; text-align:center; }
.menu_span_buttons { float:left; width:133px; height:40px; margin-left:10px }
.menu_span_separator { float:left; width:133px; height:0px; }
.menu_image_buttons { border:none; }

