@charset "UTF-8";

* { margin: 0; padding: 0;} /* Zeros all margins and paddings */


body {
	background-color: #000000;
	background-image: url(images/background-glow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#flash-container {
	background-color: #000000;
	height: 553px;
	width: 760px;
	margin-top: 54px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

#non-flash {
	width: 730px;
	height: 523px;
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom:#999999 solid 1px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	padding-top: 10px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	padding-top: 10px;
}

h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #FF6600;
	text-decoration:none;
}

a:visited {
	color: #ffffff;
	text-decoration:none;
}

.footer {
	font-size:60%;
		}
		
.downloadflash {
	font-size:90%;
	font-weight:bold;
	text-align:center;
		}
		
.downloadflash a:link{
text-decoration:underline;
		}
		
.linesep {
	border-bottom:#999999 solid 1px;
	padding-bottom:10px;
}
