@charset "utf-8";
/* CSS Document */
html{
	margin:0;
	padding:0;
}
html, body{
	height:auto;
	margin:0px;
	padding:0px;
}
body{
	z-index:0;
	text-align:center;
	background-image:url(Background.png);
	background-repeat:no-repeat;
	background-color:#000000;
}
.contenthold{
	position:absolute;
	top:8px;
	left:0px;
	background-image:url(Content.png);
	background-repeat:no-repeat;
	width:1251px;
	height:899px;
	z-index:2;
}
.content{
	z-index:inherit;
	position:absolute;
	top:192px;
	left:169px;
	width:958px;
	height:584px;
	overflow:auto;
	color:#666666;
	visibility: visible;
}
.navigation{
	z-index:inherit;
	width:119px;
	height:343px;
	position:absolute;
	top:295px;
	left:40px;
	text-align:center;
	color:#FFFFFF;
	overflow:auto;
}
.musicholder{
	z-index:20;
	position:absolute;
	top:42px;
	left:904px;
	width:316px;
	height:81px;
	border:none;
	padding:0;
	margin:0;
}
.linkhead{
	z-index:inherit;
	font-family:"Edwardian Script ITC", "times New Roman", serif;
	font-size:36px;
}
.linkhead:first-letter{
	font-size:50px;
	text-decoration:none;
}
.navigation a {
	text-decoration:none;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}