@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	}

#extender {
	min-height: 100%;
	...
	}

* html #extender {
	height: 100%; /* hack para IE6 hq trata height como min-height */
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
#flyerBanner{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-320px;
	margin-top:-240px;
	width:640px;
	height:480px;
	z-index:100;
	visibility: visible;
}

#extender{
	width:100%;
	background-image: url(bg.jpg);
	background-repeat:repeat-x;
}
