html {
  background-image: url(images/bg.jpg);
  height: 101%;
}

body {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(images/background.jpg);
  margin: 0 auto;
  text-align: center;
}

#wrapper {
  width: 940px;
  margin: 0 auto;
  text-align: center;
}

#content {
  width: 940px;
  text-align: left;
}

#bottom {
  background-image: url(images/bottom.png);
  height: 44px;
  width: 1000px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

a {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #BBB;
}

a:active {
  color: #EEE;
}

body, td {
  color: #000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  align: justify;
}

.block {
  width: 400px;
  border: 1px solid #000;
  font-size: 9pt;
}

.biografie {
  font-size: 8pt;
}

#fotopagina img {
  border: 5px solid #FFF;
}

#home a {
  display: block;
  width: 112px;
  height: 36px;
  background: url("images/home.png") 0 0 no-repeat;
}
#home a:hover {	
  background-position: -112px 0;
}
#home a:active {
  background-position: -224px 0;
}

#band a {
  display: block;
  width: 112px;
  height: 36px;
  background: url("images/band.png") 0 0 no-repeat;
}
#band a:hover {	
  background-position: -112px 0;
}
#band a:active {
  background-position: -224px 0;
}

#fotos a {
  display: block;
  width: 112px;
  height: 36px;
  background: url("images/fotos.png") 0 0 no-repeat;
}
#fotos a:hover {	
  background-position: -112px 0;
}
#fotos a:active {
  background-position: -224px 0;
}

#audio a {
  display: block;
  width: 112px;
  height: 36px;
  background: url("images/audio.png") 0 0 no-repeat;
}
#audio a:hover {	
  background-position: -112px 0;
}
#audio a:active {
  background-position: -224px 0;
}

#video a {
  display: block;
  width: 112px;
  height: 36px;
  background: url("images/video.png") 0 0 no-repeat;
}
#video a:hover {	
  background-position: -112px 0;
}
#video a:active {
  background-position: -224px 0;
}

#links a {
  display: block;
  width: 112px;
  height: 36px;
  background: url("images/links.png") 0 0 no-repeat;
}
#links a:hover {	
  background-position: -112px 0;
}
#links a:active {
  background-position: -224px 0;
}

#contact a {
  display: block;
  width: 112px;
  height: 36px;
  background: url("images/contact.png") 0 0 no-repeat;
}
#contact a:hover {	
  background-position: -112px 0;
}
#contact a:active {
  background-position: -224px 0;
}

#gastenboek a {
  display: block;
  width: 112px;
  height: 36px;
  background: url("images/gastenboek.png") 0 0 no-repeat;
}
#gastenboek a:hover {	
  background-position: -112px 0;
}
#gastenboek a:active {
  background-position: -224px 0;
}