﻿#ad {
	position: relative;
}
#ad img, #ad .adBody {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 0;
	top: 0;
}
#ad img {
	z-index: 10;
	border:0;
}
#ad .adBody {
	overflow: hidden;
	background: url(../images/adBody.gif) no-repeat right top;
}