#background {
	position: relative;
	margin: 0 auto;
	width:738px;
	height:563px;
	z-index:1;
	background-image: url(background.jpg);
	border: 1px solid #CCCCCC;
}
#menu {
	position:absolute;
	left:311px;
	top:30px;
	width:397px;
	height:33px;
	z-index:2;
}
#mainWin {
	position:absolute;
	left:31px;
	top:95px;
	width:407px;
	height:267px;
	z-index:2;
	background-color: #FFFFFF;
	padding: 20px;
	overflow: auto;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #FF3300;
	scrollbar-track-color: #222222;

}
#sideWin {
	position:absolute;
	left:508px;
	top:95px;
	width:160px;
	height:267px;
	z-index:3;
	background-color: #FFFFFF;
	padding: 20px;
	overflow: auto;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #FF9900;
	scrollbar-track-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

#bigWin {
	position:absolute;
	left:31px;
	top:95px;
	width:676px;
	height:267px;
	z-index:2;
	background-color: #FFFFFF;
	padding: 0px;
	overflow: auto;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #FF3300;
	scrollbar-track-color: #222222;

}
#copyr {
	position:absolute;
	left:5px;
	top:468px;
	margin: 0 auto;
	align: center;
	padding: 0px;
	width:728px;
	height:80px;
	z-index:4;
	border: 0px solid #CCCCCC;
	text-align: center;
}
