.page_cornee
{
	padding: 4px; text-align:
	right; position: absolute;
	right: 0px;
	width: 240px;
	height: 264px;
	top:expression(body.scrollTop + document.body.clientHeight - 264 + "px");

	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/page_cornee.png", sizingMethod="scale");
}

/* IE ignores styles with [attributes], so it will skip the following. */
.page_cornee[class]
{
	background: url('../images/page_cornee.png') right bottom no-repeat;
	position: fixed !important;
	bottom: 0;
}


.coin
{
	padding: 0;
	text-align:right;
	position: absolute;
	right: 2px;
	width: 240px;
	height: 124px;
	top:expression(body.scrollTop + document.body.clientHeight - 124 + "px");

}

.coin[class]
{
	position: fixed !important;
	bottom: 0;
}

.coin a
{
	text-decoration: none;
	color: #333333;
}


.coin a:hover
{
	text-decoration: underline;
}

.coin .a20
{
	font-size: 18px;
	color: #b29520;
	font-weight: bold;
	line-height: 20px !important;
	line-height: 22px;
}

.coin .a28
{
	font-size: 16px;
	color: #b29520;
	font-weight: bold;
	line-height: 28px !important;
	line-height: 36px;
}

.coin .a11
{
	font-size: 11px;
	color: #333333;
	line-height: 15px !important;
	line-height: 17px;
}

.credits
{
	padding: 4px;
	text-align: right;
	position: absolute;
	left: 0px;
	width: 33px;
	height: 42px;
	top:expression(body.scrollTop + document.body.clientHeight - 52 + "px");
}

/* IE ignores styles with [attributes], so it will skip the following. */
.credits[class]
{
	position: fixed !important;
	bottom: 0;
}