body {
	background-color: #333333;
	text-align:center;
	margin:0;
	padding:0;
	scrollbar-face-color:#c00501;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#f50000;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:#660066;
}
#main {
	position:relative;
	top:40px;
	width:100%;
	height:520px;
	z-index:1;
	text-align: center;
}
#innerimage {
	position:relative;
	top:0px;
	width:960px;
	height:520px;
	z-index:2;
	text-align: center;	
}
#left {
	float:left;
	top:0;
	width:430px;
	height:520px;
	z-index:3;
	background-color: #bfb778;
	text-align:center;
}
#right {
	float:right;
	top:0px;
	width:430px;
	height:520px;
	z-index:4;
	background-color: #479aa2;
	text-align:center;
}
#center {
	float:left;
    width:100px;
    margin-right:-100px;
	top:0px;
	height:520px;
	z-index:5;
	background-color: #670602;
	text-align:center;
	
}

#sub{
	position:relative;
	top:0px;
	width:100%;
	z-index:1;
	text-align: center; 
	
}

#subleft_nav {
	position:absolute;
	left:140px;
	top:53px;
	width:94px;
	height:122;
	z-index:6;
}



