html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
	width: 100%;
}

div {
	/*border: 1px solid #FF0000;*/
}

focus {
	border: 0;
}

#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#wrapper #bground img {
	position: relative;
	width: 100%;
	z-index: 0;
	-khtml-user-select: none;
	-moz-user-select: none;
}

#wrapper #audioplayer {
	z-index: 2;
	position: absolute;
	right: 0px;
	top: 20px;
}

#wrapper #titlebar {
	z-index: 1;
	position: absolute;
	right: 10%;
	top: 20px;
	-khtml-user-select: none;
	-moz-user-select: none;
}

#wrapper #titlebar img {
	width: 320px;
	height: 50px;
}

#menubar {
	z-index: 2;	
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	top: 75px;
	text-align: center;
	-khtml-user-select: none;
	-moz-user-select: none;
}

#menubar ul {
	width: 880px;
	height: 1%;
	margin: auto;
}

#menubar ul li {
	color: #FF0000;
	float: left;
	padding: 0px 10px 0px 10px;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
}

#menubar img {
	border: 0;
}

#flashbg {
	z-index: 1;
	position: absolute;
	float: left;
	width: 100%;
	height: 676px;
	text-align: center;
	top: 75px;
	left: 0;
	/*border: 2px solid #FFF;*/
	-khtml-user-select: none;
	-moz-user-select: none;
}

#flashbg #flashimg {
	z-index: 1;
	position: relative;
	width: 890px;
	height: 676px;
	left: 0;
	text-align: center;
	margin: auto;
}

#flashobject {
	z-index: 2;
	position: absolute;
	width: 100%;
	top: 150px;
	left: 4px;
	-khtml-user-select: none;
	-moz-user-select: none;
}

#footer {
	z-index: 1;
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FFF;
	top: 710px;
	left: 0;
}

#footer a {
	font-size: 14;
	text-decoration: none;
	color: #FFF;
}









