html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #149fd6 url(../graphics/bg.jpg) repeat-x center;
  font-family: helvetica, arial, verdana, sans;
}
#site {
  background: url(../graphics/home_background.jpg) no-repeat 0px 0px;
  width: 990px;
  height: 580px;
  float: left;
}
#header {
  clear: left;
  height: 430px;
}
#lng {
  float: right;
  margin-right: 20px;
  margin-top: 40px;

}
#lng img {
  border: none;
}
#logo {
  float: left;
  position: absolute;
  z-index: 100;
  margin-top: 60px;  
}
#beer {
  float: left;
  position: absolute;
  z-index: 95;
  margin-left: 230px;
  margin-top: -20px;
}
#photo {
  float: left;
  position: absolute;
  z-index: 99;
  margin-left: 490px;
  margin-top: 55px;
  _margin-left: 500px;
}
#photos {
  float: left;
  position: absolute;
  z-index: 98;
  margin-left: 490px;
  margin-top: 55px;
}
#photos div.photo {
  position: absolute;
  left: 0px;
  top: 0px;
}
#photos div.photo img {
  width: 503px;
  height: 323px;
}
#button {
  float: left;
  position: absolute;
  z-index: 100;
  margin-left: 55px;
  margin-top: 280px;
  width: 222px;
  height: 51px;
  background: url(../graphics/oranje_button.png) no-repeat;
  _background: url(../graphics/oranje_button.gif) no-repeat;
  padding-top: 15px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#button a {
  color: #fff;
  text-decoration: none;
}
#quickcontact {
  float: left;
  position: absolute;
  z-index: 100;
  margin-top: 340px;
  margin-left: 55px;
  font-size: 13px;
  color: #fff;  
}
#quickcontact a {
  color: #fff;
}
#content {
  float: left;
  margin-left: 50px;
  _margin-left: 25px;
  margin-top: 0px;
}

#content div.block {
  float: left;
  width: 261px;
  height: 141px;
  background: url(../graphics/home_block.png) no-repeat;
  _background: url(../graphics/home_block.gif) no-repeat;
  margin-right: 16px;
  padding: 12px 16px;
}
#content div.block h2 {
  color: #8f0e0e;
  font-size: 23px;
  margin: 0px;
  padding: 0px;
}
#content div.block h2 a {
  color: #8f0e0e;
  text-decoration: none;
}
#content div.block p {
  color: #fff;
  font-size: 14px;
  margin: 10px 0px;
}
#content div.block p a {
  color: #fff;
  text-decoration: none;
}

