/*----- 728x90 Static ------*/

* { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; -webkit-touch-callout:none; -webkit-user-select:none; -webkit-text-size-adjust:none; }

body { background-color: #fff; }

#ad {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 728px;
	height: 90px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;

	cursor: pointer;
}

#border {
	position: absolute;
	top: 0;
	left: 0;
	width: 726px;
	height: 88px;

	pointer-events: none;
	border: 1px solid #999;
}

img {width: 100%;}