html, body {
	background-color:#ffffff;
	height:100%;
	margin: 0 auto;
	padding: 0;
}

#outer {height: 100%; overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table; position: static;}

#middle {margin-top: expression((document.getElementById('outer').offsetHeight - document.getElementById('middle').offsetHeight)/2);}
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
#inner {width: 950px; margin-left: auto; margin-right: auto;} /* for all browsers*/

.bkgrdRed {
	background-color:#410101;
}

div#flashcontent {
	height:100%;
	width:100%;
}