body{
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: black;
}

#flashcontent {width: 1005px; margin: 0 auto; position: relative;}

#noflashcontent {
	width: 1005px;
	height: 596px;
	margin: 0 auto;
	position: relative;
	background-image:url("../images/noflash.jpg");
}

#downloadfl{
	position: absolute;
	display: block;
	width: 210px;
	height: 40px;
	left: 540px;
	top: 275px;
	text-indent: -5000px;
	overflow: hidden;
	cursor: pointer;
}

#noflashtxt{
	position: absolute;
	left: 270px;
	top: 190px;
	width: 460px;
}

a:link, a:visited { color: #e31e18; text-decoration: none; }
a:hover { color: #9e1f1b; text-decoration: underline; }