html{height:100%}
html,body {margin:0;padding:0;}
body{
	background:#9a0000;
	text-align:center;
	min-width:796px;
	
}
#flashvertical{
	background:#9a0000;
	position:absolute;
	top:50%;
	margin-top:-200px;/* half flash height*/
	left:0;
	width:100%;
}
#flashhoz {
	background:#9a0000;
	width:770px;/* flash width*/
	margin-left:auto;
	margin-right:auto;
	height:476px;/* flash height*/
}
h1 {color:#fff;margin:0;padding:0}
