@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #160e7b;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

#flash {
	width: 100%;
	height: 980px;
	position: absolute;
	top: -38px;
	left: 0px;
	z-index: 2;
}

#scroller1 {
	width: 1px;
	height: 980px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#scroller2 {
	width: 1000px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

#footer {
	width: 1000px;
	height: 50px;
	background: url(/images/footer_bg.png) top no-repeat;
	font: 11px "Lucida Grande", sans-serif;
	color: #ffffff;
	position: absolute;
	top: 940px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	z-index: 3;
}
#footer a:link {color: #6dc5d2; text-decoration: none;}
#footer a:active {color: #6dc5d2; text-decoration: none;}
#footer a:hover {color: #6dc5d2; text-decoration: underline;}
#footer a:visited {color: #6dc5d2; text-decoration: none;}
#footer a:visited:hover {color: #6dc5d2; text-decoration: underline;}

#footerL {
	color: #6dc5d2;
	position: static;
	float: left;
	margin: 15px 0px 0px 75px;
}
#footerR {
	position: static;
	float: right;
	margin: 15px 75px 0px 0px;
}