html, body {
	margin:0px;
	padding:0px;
	overflow: auto;
	height:100%;
	background-color:#000000;
	color: #ffffff;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.splash {
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
}

.splash img {
	border: none;
}

a {
	text-decoration:none;
	color:#999999;
}

a:hover {
	text-decoration:underline;
	color:#FF310C;
}


#swf {
	width:100%;
	height:100%;
}

#dvMainWrapper {
	position: absolute;
	margin-left:-546px;
	margin-right: auto;
	top: 0;
	left: 50%;
	width: 1093px;
	height: auto;
	overflow: auto;
	clear: both;
}

#dvMainImage {
	position: relative;
	top: 0;
	left: 0;
	width: 1093px;
	height: 625px;
	clear: both;
}

#dvMainEnter {
	position: relative;
	top: 0;
	left: 0;
	width: 1093px;
	height: 28px;
	text-align: center;
	clear: both;
}

#dvMainSlogan {
	position: relative;
	top: 0;
	left: 0;
	width: 1093px;
	height: 50px;
	clear: both;
	text-align: center;
}

#dvMainFlashdl {
	position: relative;
	top: 0;
	left: 0;
	padding: 40px 0 30px 0;
	width: 1093px;
	height: auto;
	text-align: center;
	clear: both;
}