html, body {
	border: 0;
	margin: 0;
	height: 100%;
	background-color: #ADADAD;
}

#divUp {
	position: absolute;
	top: 246;
	left: 224;
	z-index: 3;
}

#divDown {
	position: absolute;
	top: 246;
	left: 238;
	z-index: 3;
}

#divCont {
	position: absolute;
	width: 226;
	height: 238;
	overflow: hidden;
	top: 268;
	left: 18;
	visibility: visible;
	clip: rect(0,260,260,0);
	z-index: 2;
}

#divText {
	color: #fff;
	font-family: arial, helvetica, verdana;
	font-size: 13px;
	position: absolute;
	z-index: 3;
}