html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}
 
* {
	margin:0px auto;
	padding:0;
}
 
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -120px;
	float: left;
}
 
div#wrapper {
	width: 500px;
	height: 117px;
	clear: both;
	position: relative;
	top: -80px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}
div#offer {
	width: 550px;
	height: 117px;
	clear: both;
	position: relative;
	top: -80px;
	margin-top: 15px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 15px;
	text-align: center;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}
#offer a { color: #003E5D; }
 
/* Hide from IE5mac \*//*/
div#shim {
	display: none;
}
 
html, body {
	height: auto;
}
/* end hack */
 
/* ]]> */

