﻿html, body
{
	width:100%;
	height:100%;
	min-width:1006px;
	min-height:675px;
	border:0px;
	background-color:#000000;
	overflow:expression(document.body.clientHeight < 650 || document.body.clientWidth < 1006 ? "auto" : "hidden");

}
body {
	font: 76% Arial, sans-serif;
	margin:0px 0px 0px 0px;
}

div#flashcontent {
	width:100%;
	height:100%;
	width: expression(document.body.clientWidth < 1008 ? "1006px" : "100%");
	height: expression(document.body.clientHeight < 677 ? "675px" : "100%");

}
