html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background-color: #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000
}

#BrusheZ {
  position: absolute;
  width: 90px;
  height: 147px;
  left: 153px;
  top: 510px;
  margin: 0;
  background-color: transparent;
  background-image: url(/images/brushes.png);
  z-index: 3;
}

#DownPic {
  position: absolute;
  z-index: -5;
  width: 100%;
  height: 850px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}

#TextBlock {
  position: relative;
  margin-left: 300px;
  margin-right: 380px;
  padding-top: 170px;
  padding-bottom: 200px;
  min-width: 240px;
  text-align: justify;
  overflow: visible;
  z-index: 15;
  max-width: 900px
}

#ContactBlock {
  position: relative;
  margin-left: 300px;
  margin-right: 150px;
  padding-top: 140px;
  padding-bottom: 40px;
  min-width: 240px;
  text-align: center;
  overflow: auto;
  z-index: 15;
}

#Address {
  float: left;
  margin: 20px 100px 0px 20px;
}

