@charset "UTF-8";


/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
display: block;
}
#centeringDiv {
	position: relative;
	background-repeat: no-repeat;
	background-color: #000;
	background-image: url(../project0/images/finalbackground.png);
	height: 750px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #000;
	display: block;
	margin: 0px;
	padding: 0px;
}

#musicbox {
	position: absolute;
	width: 200px;
	height: 57px;
	z-index: 1;
	left: 712px;
	top: 125px;
}
#Header {
	position: absolute;
	width: 1000px;
	height: 46px;
	z-index: 1;
	left: -2px;
	top: 154px;
	font-family: "Comic_Strip";
	font-size: 29px;
}
#Header1 {
	position: absolute;
	width: 208px;
	height: 46px;
	z-index: 2;
	left: 66px;
	top: 1px;
}
#Header2 {
	position: absolute;
	width: 214px;
	height: 43px;
	z-index: 10;
	left: 421px;
	top: -3px;
}
#Header3 {
	position: absolute;
	width: 76px;
	height: 40px;
	z-index: 11;
	left: 732px;
	top: 1px;
}
#footer {
	position: absolute;
	width: 177px;
	height: 31px;
	z-index: 3;
	left: 819px;
	top: 716px;
	font-size: 9px;
	text-align: right;
	background-color: rgba(255,255,255,0.2);
	color: #FFF;
}
#content {
	position: absolute;
	width: 438px;
	height: 371px;
	z-index: 4;
	left: 254px;
	top: 294px;
	background-color: rgba(255,255,255,0.4);
	padding: 5px;
	font-size: 19px;
}
#p1btnbox {
	position: absolute;
	width: 211px;
	height: 158px;
	z-index: 5;
	left: 51px;
	top: 575px;
}
#p2btnbox {
	position: absolute;
	width: 166px;
	height: 253px;
	z-index: 8;
	left: 710px;
	top: 456px;
	right: auto;
	bottom: auto;
}
#p3btnbox {
	position: absolute;
	width: 154px;
	height: 231px;
	z-index: 7;
	left: 74px;
	top: 259px;
}
#p4btnbox {
	position: absolute;
	width: 166px;
	height: 342px;
	z-index: 9;
	left: 672px;
	top: 239px;
	right: auto;
}
audio {
	width: 175px;
}
.link {
}
