body{
	margin:0;
	padding:0;
	background-color:#ccc;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #fff;
	background: url('/images/nybg2005.jpg') no-repeat #818a7f;
	height:770px;
	line-height:130%;
	/*
	scrollbar-3d-light-color: #cccccc;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #cccccc;
	scrollbar-dark-shadow-color: #cccccc;
	scrollbar-face-color: #BBBAA2;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-track-color: #D2D1C1;
	*/
}

a {
	color: #D8D8BA; text-decoration: none;
}
#menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu ul li{
	padding:0;
	margin:0;
}
#menu ul li a{
	position:absolute;
	z-index:99999;

}
#menu ul li a span{
	display:none;
}
a#home {
	left:16px;
	top:13px;
	width:498px;
	height:93px;
	background-image:url(../images/buttons/blank.gif);
}
a#music {
	left:66px;
	top:130px;
	width:136px;
	height:25px;
	background-image:url('../images/buttons/music.jpg');
}
a#music:hover{
	background-position:0 -25px;
}
a#info {
	left:66px;
	top:155px;
	width:136px;
	height:22px;
	background-image:url('../images/buttons/info.jpg');

}
a#info:hover {
	background-position:0 -22px;
}
a#reviews {
	left:66px;
	top:177px;
	width:136px;
	height:27px;
	background-image:url('../images/buttons/review.jpg');

}
a#reviews:hover {
	background-position:0 -27px;
}
a#downloads {
	left:66px;
	top:206px;
	width:136px;
	height:24px;
	background-image:url('../images/buttons/download.jpg');

}
a#downloads:hover {
	background-position:0 -24px;
}
#content{
	position:absolute;
	top:130px;
	left:236px;
}
#frontbild{
	position:relative;
	float:left;
	margin:0 5px 5px 0;
}
#copyright{
	position:absolute;
	top:730px;
	left:395px;
	width:300px;
	text-align:center;
	color:#333;
}
#visitors{
	position:absolute;
	width:159px;
	height:39px;
	left: 890px;
	top: 657px;
	font-weight:bold;
	color:#999;
	text-align:center;
}
#contact{
	position:absolute;
	color:#000;
	top:640px;
	left:235px;
	font-size:12px;
	line-height:120%;
}
#contact a{
	color:#754;
}
#contact a:hover{
	color:#975;
}