body {
	background-image: url(../img/blank.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0;
	text-align: left;
}

#divCont {
	position: absolute;
	width: 540px;
	height: 345px;
	left: 154px;
	top: 182px;
	clip: rect(0 540 345 0);
	overflow: auto;
	overflow-x:hidden;
	visibility:visible;
	z-index: 100;
	background-image: url(../img/blank.gif);	
	scrollbar-3dlight-color : #0C2760;
	scrollbar-highlight-color :#FFFFFF;
	scrollbar-shadow-color :#FFFFFF;
	scrollbar-darkshadow-color :#0C2760;
	
	scrollbar-arrow-color :#FFFFFF;
	scrollbar-face-color :#0C2760;

	scrollbar-base-color:#0C2760;
	scrollbar-track-color :#EBF4DB;
}

