* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	overflow: hidden;
}
BODY {
	font: normal 0.7em "verdana";
	background: #000000 url(../images/bg1.jpg) no-repeat top left fixed;
	color: #fff;
	text-align: center;
	height: 100%;
	overflow: auto;
}

A {
	color: #666;
}

#flashcontent {
	text-align: left;
	margin: 0 auto;
}
div#contact_main {
	text-align: left;
	padding: 90px 0 20px 80px;
}
.text1 {
	font: normal 1em "verdana";
	color: #FCD884;
}
#main {
/*	position: absolute;*/
	overflow: auto;
	width: 100%;
}
#bgmset {
	display: block;
/*	width: 100%;*/
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
}
#player1 {
	display: block;
	text-align: left;
	height: 20px;
}