#OuterBorder{
	background: #ffffff;
	width: 980px;
	z-index: 0;
	position: absolute;
	overflow: auto;

}

#Head{
	background: #ffffff;
	width: 980px;
	height: 150px;
	position: absolute;
	text-align: left;
	left: 0px;
	z-index: 1;
	overflow: hidden;
}

#Content{
	background-color: #ffffff;
	position: absolute;
	overflow: auto;
	z-index: 2;
	scrollbar-face-color: #f0f0f0;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #c0c0c0;
	scrollbar-arrow-color: red;
}
