#sMaskOuter, #sMask, #sMask .sMaskInner {
	position: absolute;
	width: 264px;
	height: 290px;
	right: 10px;
	bottom: 50px;
	z-index: 20;
}
#sMask { background: url(/images/page/circle_mask.png); }
* html #sMask { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/page/circle_mask.png",sizingMethod="crop"); }

#sMask .sMaskInner {
	right: 0px;
	bottom: 0px;
	background: url(/images/page/circle_mask.gif);
}


#sPageInner {
	width: 610px;
	overflow: hidden;
	right: 10px;
	z-index: 40;
}

#sMainContent .stContent {
	left: 20px;
	z-index: 30;
	width: 400px;
}

.stCircleImage {
	position: absolute;
	bottom: 50px;
	right: 10px;
	width: 170px;
	height: 200px;
	overflow: hidden;
	z-index: 10;
}
