﻿html, body { 
	height:100%; 
	width: 100%;
	margin:0; 
	padding:0;
}

#website, #flash {
	margin: 0; 
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#website {
	min-width: 990px;
	min-height: 660px; 
	width: expression(document.body.clientWidth < 990 ? "990px" : "100%"); 
	height: expression(document.body.clientHeight < 660 ? "660px" : "100%");
}

#noflash {
	position: relative; 
	width: 666px; 
	text-align: left; 
	font-family: Times New Roman, serif; 
	color: #3da5e2;
	font-size: 13px; 
	margin: 5% auto 0 auto;	    
	vertical-align: top; 
}

#noflash td {
	vertical-align: top; 
}

a {
	color: #58bcff;
}

