@charset "utf-8";
/* CSS Document */

#wrapper > .bg {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #212931;
			background-color: #070508;
			background-image: url("../../images/overlay.png"), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images2/Querfloete_Geige.jpeg");
			background-size: auto,								auto,														100% auto;
			background-position: center,								center,														top center;
			background-repeat: repeat,								no-repeat,													no-repeat;
			background-attachment: scroll,								scroll,														scroll;
			z-index: -1;
		}
		
		header.major > p {
    margin-top: 0;
    text-align: left;
	padding: 0 15% 0 15% ;
}
		header.major > ul {
    margin-top: 0;
    text-align: left;
	padding: 0 20% 0 20% ;
}
a.image.main {padding: 0 15% 0 15%;}