@charset "UTF-8";
/* CSS Document */
/*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;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
#centeringDiv {
	background-color: #000;
	height: 750px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#musicBox {
	position: absolute;
	width: 200px;
	height: 47px;
	z-index: 21;
	left: 750px;
	top: 90px;
	color: #FFF;
}
audio {
	width: 175px;
}
#header {
	position: absolute;
	width: 217px;
	height: 80px;
	z-index: 22;
	left: 391px;
	top: 174px;
	color: #FFFFFF;
	font-size: 24px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
}
#footer {
	position: absolute;
	width: 220px;
	height: 32px;
	z-index: 3;
	left: 771px;
	top: 709px;
	font-size: 9px;
	text-align: center;
	color: #FFF;
}
#content {
	position: absolute;
	width: 487px;
	height: 229px;
	z-index: 15;
	left: 294px;
	top: 260px;
	color: #FFF;
}
#p1BtnBox {
	position: absolute;
	width: 115px;
	height: 125px;
	z-index: 11;
	left: 143px;
	top: 498px;
}
#P2BtnBox {
	position: absolute;
	width: 115px;
	height: 125px;
	z-index: 12;
	left: 316px;
	top: 498px;
}
#P3BtnBox {
	position: absolute;
	width: 115px;
	height: 125px;
	z-index: 13;
	left: 494px;
	top: 498px;
}
#P4BtnBox {
	position: absolute;
	width: 115px;
	height: 125px;
	z-index: 14;
	left: 661px;
	top: 497px;
}
.link {
}
#photo {
	position: absolute;
	width: 104px;
	height: 95px;
	z-index: 9;
	left: 864px;
	top: 396px;
}
#Garage {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 10;
	left: 53px;
	top: 139px;
}
#background {
	position: absolute;
	width: 1003px;
	height: 751px;
	z-index: 1;
	left: -2px;
	top: 0px;
}
