body {
  font-family: Verdana;
	font-size: 12px;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(../images-layout/background_bottom.gif);
	margin: 0px 0px 0px 0px;
	background-color: #333333;
}

#center {
  position: absolute;
	left: 50%;
}

#background {
  position: absolute;
	left: -480px;
	width: 960px;
	height: 650px;
	background-image: url(../images-layout/background.gif);
}

#imgLogoText {
  position: absolute;
	left: -432px;
	top: 40px;
}

#left_menu img {
  position: absolute;
}

#btnHome {
	left: -448px;
	top: 164px;
}

#btnBiografie {
	left: -448px;
  top: 277px;
}

#btnCharts {
	left: -448px;
  top: 390px;
}

#btnMusic {
	left: -448px;
  top: 503px;
}

#btnHomeH, #btnBiografieH, #btnChartsH, #btnMusicH {
	opacity: 0;
	moz-opacity: 0;
	khtml-opacity: 0;
	filter: alpha(opacity=0);
}

#btnHomeH {
	left: -448px;
	top: 164px;
}

#btnBiografieH {
	left: -448px;
  top: 277px;
}

#btnChartsH {
	left: -448px;
  top: 390px;
}

#btnMusicH {
	left: -448px;
  top: 503px;
}

#names {
  position: absolute;
	left: -244px;
  top: 76px;
}

#imgLogo {
  position: absolute;
	left: 221px;
	top: 24px;
}

#bookings {
	position: absolute;
  left: 306px;
	top: 164px;
	width: 170px;
	line-height: 18px;
	font-size: 8pt;
}

a:link {
	color: #ff0099;
}

a:visited {
	color: #cc0066;
}

#bookings a {
  text-decoration: none;
	color: #660033;
}

#partners {
  position: absolute;
	left: 306px;
	top: 290px;
	width: 170px;
	line-height: 18px;
	font-size: 8pt;
}

#partners a {
  text-decoration: none;
	color: #660033;
}

#content {
  position: absolute;
	left: -230px;
	top: 164px;
	width: 470px;
	padding-bottom: 20px;
}

h1, h2 {
  margin: 0px 0px 6px 0px;
	font-size: 18px;
	color: #B10917;
	font-weight: bold;
}


