/* hide from ie on mac \*/
html, body
{
	height: 100%;
}

div#flashcontent
{
	height: 99%;
}
/* end hide */

body
{
	margin: 0;
	padding: 0;
	background-color: #25292B;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
}

div#container
{
	height: 99%;
}

div#container, #outlanderflash
{	
	min-width:1000px;
	min-height:580px;
	overflow: hidden;
	width:expression(document.body.clientWidth < 1000? "1000px": "100%" );
	height:expression(
	    this.scrollHeight < 580? "580px" : "99%" );	
}
