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

		body {
			background-image: url(../images/bg.jpg); 
			background-position: center; 
			background-repeat: repeat;
			overflow: hidden;
		} 

		a#go {
			position: absolute; 
			top: 50%; 
			left: 50%; 
			width: 800px; 
			height: 600px;
			display: block; 
			margin: -300px 0 0 -400px; 
			padding: 0;
			background-image: url(../images/sacrety.png); 
			background-position: center; 
			background-repeat: no-repeat;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff;
			text-decoration: none; 
			text-indent: -900px;
			word-spacing: -1px;
			text-align: left;
			letter-spacing: 0;
			line-height: 1em;
			font-size: 2.6em;
			overflow: hidden;
			z-index: 2;
			/* filter: alpha(opacity=90); */
			-moz-opacity: 0.90; 
			opacity: 0.90;
		} 

		a#britta {
			position: absolute; 
			top: 50%; 
			left: 50%; 
			width: 700px; 
			height: 1653px;
			display: block; 
			margin: -800px 0 0 50px; 
			padding: 0;
			background-image: url(../images/britta.png); 
			background-position: center; 
			background-repeat: no-repeat;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff;
			text-decoration: none; 
			text-indent: -900px;
			word-spacing: -1px;
			text-align: left;
			letter-spacing: 0;
			line-height: 1em;
			font-size: 2.6em;
			overflow: hidden;
			z-index: 1;
			-moz-opacity: 0.90; 
			opacity: 0.90;
		} 

		a#live {
			position: absolute; 
			top: 50%; 
			left: 50%; 
			width: 90px; 
			height: 43px;
			display: block; 
			margin: 110px 0 0 -50px; 
			padding: 0;
			background-image: url(../images/live.png); 
			background-position: center; 
			background-repeat: no-repeat;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff;
			text-decoration: none; 
			text-indent: -900px;
			word-spacing: -1px;
			text-align: left;
			letter-spacing: 0;
			line-height: 1em;
			font-size: 2.6em;
			overflow: hidden;
			z-index: 11;
			-moz-opacity: 0.90; 
			opacity: 0.90;
		} 

		a#contact {
			position: absolute; 
			top: 50%; 
			left: 50%; 
			width: 142px; 
			height: 40px;
			display: block; 
			margin: 100px 0 0 60px; 
			padding: 0;
			background-image: url(../images/contact.png); 
			background-position: center; 
			background-repeat: no-repeat;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff;
			text-decoration: none; 
			text-indent: -900px;
			word-spacing: -1px;
			text-align: left;
			letter-spacing: 0;
			line-height: 1em;
			font-size: 2.6em;
			overflow: hidden;
			z-index: 12;
			-moz-opacity: 0.90; 
			opacity: 0.90;
		} 

		a#booking {
			position: absolute; 
			top: 50%; 
			left: 50%; 
			width: 126px; 
			height: 35px;
			display: block; 
			margin: 150px 0 0 20px; 
			padding: 0;
			background-image: url(../images/booking.png); 
			background-position: center; 
			background-repeat: no-repeat;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff;
			text-decoration: none; 
			text-indent: -900px;
			word-spacing: -1px;
			text-align: left;
			letter-spacing: 0;
			line-height: 1em;
			font-size: 2.6em;
			overflow: hidden;
			z-index: 13;
			-moz-opacity: 0.90; 
			opacity: 0.90;
		} 

		a#shop {
			position: absolute; 
			top: 50%; 
			left: 50%; 
			width: 71px; 
			height: 35px;
			display: block; 
			margin: 150px 0 0 -70px; 
			padding: 0;
			background-image: url(../images/shop.png); 
			background-position: center; 
			background-repeat: no-repeat;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff;
			text-decoration: none; 
			text-indent: -900px;
			word-spacing: -1px;
			text-align: left;
			letter-spacing: 0;
			line-height: 1em;
			font-size: 2.6em;
			overflow: hidden;
			z-index: 14;
			-moz-opacity: 0.90; 
			opacity: 0.90;
		} 

		a#go:hover, a#britta:hover, a#live:hover, 
		a#contact:hover, a#booking:hover, a#shop:hover {
			-moz-opacity: 0.70; 
			opacity: 0.70;
		} 

		div#social {
			position: absolute; 
			bottom: 5%; 
			left: 50%; 
			width: 550px;
			height: 70px;
			display: block; 
			margin: 0 0 0 -260px; 
			z-index: 3;
			-moz-opacity: 0.5; 
			opacity: 0.5;
		}

		div#social a {
			width: 60px;
			height: 60px;
			display: block;
			float: left;
			clear: right;
			margin: 0 7px 7px 0;
			padding: 0;
			background-position: center;
			background-repeat: no-repeat;
			text-indent: -300px;
			overflow: hidden;
			-moz-opacity: 0.7; 
			opacity: 0.7;
		}

		div#social a:hover {
			-moz-opacity: 1.0; 
			opacity: 1.0;
		}

		div#social a.rss { background-image: url(../images/icon_rss.png); }
		div#social a.facebook { background-image: url(../images/icon_facebook.png); }
		div#social a.myspace { background-image: url(../images/icon_myspace.png); }
		div#social a.youtube { background-image: url(../images/icon_youtube.png); }
		div#social a.flickr { background-image: url(../images/icon_flickr.png); }
		div#social a.amazon { background-image: url(../images/icon_amazon.png); }
		div#social a.itunes { background-image: url(../images/icon_itunes.png); }
		div#social a.musicload { background-image: url(../images/icon_musicload.png); }

