body {
  background: black 0 0 fixed;
  margin: 0;
}

#container {
  width: 760px;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 160px;
  background: url(images/header.png) black left bottom no-repeat;
}

#buttons {
  width: 760px;
  height: 60px;
  float: left;
  background: black 0 0 repeat-y;
}

#button1 {
  width: 190px;
  height: 60px;
  float: left;
  background: url(images/button1.png) black 0 0 repeat-y;
}

#button2 {
  width: 190px;
  height: 60px;
  float: left;
  background: url(images/button2.png) black 0 0 repeat-y;
}

#button3 {
  width: 190px;
  height: 60px;
  float: left;
  background: url(images/button3.png) black 0 0 repeat-y;
}

#button4 {
  width: 190px;
  height: 60px;
  float: left;
  background: url(images/button4.png) black 0 0 repeat-y;
}

#content {
  width: 670px;
  height: auto;
  background: #222222 0 0 repeat-y;
  color: #dddddd;
  font-size: 12px;
  padding: 15px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 30px;
  font-color: orange;
  font-family: arial;
  float: left;
}

#footer {
  width: 100%;
  margin: 0 auto;
  height: 40px;
  float: left;
  background: url(images/footer.png) black 0px 0 no-repeat;
}

#infooter {
  width: 400px;
  height: 20px;
  background: transparent 0px 0 no-repeat;
  float: left;
  color: orange;
  font-size: 12px;
  font-family: arial;
  position: relative;
  top: 12px;
  left: 250px;
}

#content.company {
  width: 695px;
  height: auto;
  background: #222222 0 0 repeat-y;
  color: #dddddd;
  font-size: 12px;
  padding: 15px;
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 30px;
  font-color: orange;
  font-family: arial;
  float: left;
}

img {
  border-color: green;
  margin-bottom: 30px;
}
