@charset "UTF-8";

body {
	background-image: url(../_img/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333
}

a {
font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#601818;
	text-decoration:none
}

a:hover {
font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#601818;
	text-decoration:underline;
}

#map {
	position: absolute;
	z-index: 110;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -190px;
}

#cashcream {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -190px;
	
}

#slogan {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -190px;
	-moz-opacity:.80; 
	filter:alpha(opacity=80); 
	opacity:.80;
	
}

#copyright {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 50px;
	width:350px;
	margin-left: -150px;

}

#c {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin-left: -379px;
	margin-top: -169px;
	display:none; 
}


#a {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin-left: -319px;
	margin-top: -169px;
	display:none; 
}

#s {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin-left: -259px;
	margin-top: -169px;
	display:none; 
}

#h {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin-left: -195px;
	margin-top: -169px;
	display:none; 
}

#headphones {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin-left: -102px;
	margin-top: -169px;
	display:none; 
}


#c2 {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin-left: -113px;
	margin-top: -169px;
	display:none; 
}

#r {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin-left: -33px;
	margin-top: -169px;
	display:none;
}

#e {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin-left: 51px;
	margin-top: -169px;
	display:none;
}

#a2 {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin-left: 121px;
	margin-top: -169px;
	display:none;
}

#m {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin-left: 224px;
	margin-top: -169px;
	display:none;
}

#sound_on {
	
}

#sound_off {
	display:none;
}

#reg {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin-left: 301px;
	margin-top: -190px;
	display:none;
}

#artists {
	position: absolute;
	z-index: 150;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: 55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:bold;
	
}

#overlay {
	top: 0px;
	left: 0px;
	position:absolute;
	width:100%;
	height: 100%;
	z-index: 200;
	background-color: #000;
	-moz-opacity:.80; 
	filter:alpha(opacity=80); 
	opacity:.80;
	display:none; 
}

#imprint {
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -200px;
	width:450px;
	height:300px;
	background-color:#FFF;
	border-color:#000000;
	border: solid 1px;
	position:absolute;
	z-index: 220;
	display:none; 
	padding: 10px;
	overflow:auto;
	background-image: url(_img/BG.jpg);
}