﻿html, body { 
	height: 100%; 
	width: 100%;
	margin: 0; 
	padding: 0;
	background-color: #1c0100; 
}

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

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

#noflash {
	position: relative; 
	width: 650px; 
	text-align: center; 
	font-family: Arial, sans; 
	color: #f5dfbc;
	font-size: 15px;
	line-height: 180%;
	font-weight: bold;
	margin: 0 auto 0 auto;
	text-transform: uppercase;	
	top: 20%; 
}

#noflash img {
	margin-top: 30px; 
	margin-bottom: 10px;
	border: none;
}

a {
	color: #b40000;
}
