* {margin:0; padding:0}

html {
	height:100%;
}

body, body a {
	height:100%;
	background:black;
	color:white;
}

#flash {
	min-height:650px;
	min-width:1000px;

	height:expression(document.body.clientHeight > 650? "100%" :"650px"); /* for ie*/
	width:expression(document.body.clientWidth > 1000? "100%" :"1000px"); /* for ie*/
}

a img,img {
	border:none;
}

#htmlOffer {
	position: absolute;
	text-align: center;
}