body {
	background-image: url(../img/background_1.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	background-color: #000000;
	background-position: top;
}
a:link {
	color: #8A9298;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8A9298;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}

#wrapper {
	width:840px;
	margin: auto;
}
#flashcontainer {
	margin-top: 68px;
	width:840px;
	height: 480px;
}
#footer {
	margin: auto;
	height: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E0000;
}
#footertext {
	padding-top: 25px;
	width:840px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A9298;
}

#footerleft{
	float:left;
}
#footerright{
	float:right;
}