html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, "sans-serif";
	text-align: center;
	overflow: hidden;
}
#ad {
	position: relative;
	width: 300px;
	height: 250px;
	background: #fff url("../images/coolbanner_300x250_no_x.gif") no-repeat left top;
	text-align: left;
	overflow: hidden;
}
.content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	font-size: 13px;
}
.logo {
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #444;
	font-size: 10px;
	text-align: right;
}
