body {
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
}


#header {
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  height: 59px;
  min-height: 59px;
  padding: 0px;
  background-color: #000;
  color: #fbfcda;
}

#content {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 700px;
  padding: 0px;
  min-height: 300px;
  height: 300px;
  background-color: #000;
  color: #fbfcda;
}

#content_contact {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 700px;
  padding: 0px;
  min-height: 400px;
  height: 400px;
  background-color: #000;
  color: #fbfcda;
}


#bottom_mmnav img {
  float: right;
  padding: 0px;
  margin: 0px;
}

#bottom_mmnav {
/*position: relative;
    margin-top: 10px;
    margin-right:auto;
    margin-left:auto;*/
  clear: both;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 800px;
  height: 110px;
  min-height: 110px;
  padding: 0px;
  background-color: #000;
  color: #fbfcda;
}

#bottom {
  clear: both;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  padding: 0px;
  background-color: #000;
  color: #fbfcda;
}

#header h1 {
  position: relative;
  width: 800px;
  height: 59px;
  overflow: hidden;
}

#header h1 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/mm.x.top.jpg);
  background-repeat: no-repeat;
}

