html, body
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #660505;
	background-image: url("images/bgnd.gif");
	background-position: center center;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#container
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 99%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#main_flash
{
	margin: 0px;
	padding: 0px;
	min-width: 980px;
	min-height: 544px;
	width: 100%;
	height: 100%;
	/* IE Dynamic Expression to set the width and height */
	width:expression(document.body.clientWidth < 980 ? "980px" : "100%" );
	height:expression(document.body.clientHeight < 544 ? "544px" : "100%" );
}

#footer
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0px;
	z-index: 2;
	text-align: center;
	color: #941f1f;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	font-size: 10px;
}

a
{
	color: #941f1f;
}

a:hover
{
	color: #ffffff;
}

object
{
	outline: none;
}

#underc
{
	width: 195px;
	height: 39px;
	background-image: url("images/under_c.png");
	background-position: center center;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

* html #underc /* For IE .png transparency */
{
	background-image: url("images/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="images/under_c.png");
}

