body {
  background: url('../images/bg_body.jpg') top center no-repeat #000;
  margin: 15px auto 0;
}

.logo {
  width: 116px;
  height: 83px;
  float: left;
}

#header {
  padding: 0 0 17px;
  width: 984px;
  margin: 0 auto;
  background: url('../images/header_divider.png') bottom center no-repeat transparent;
  overflow: hidden;
}

#content {
  margin: 0 auto;
  padding: 49px 0 0;
  width: 984px;
}

.websites {
  background: url('../images/bg_list.jpg') 0 0 no-repeat transparent;
  overflow: hidden;
  margin: 46px 0 0;
}

ul li {
  float: left;
  width: 216px;
  margin: 0 14px 0;
  height: 296px;
  background: transparent;
  padding: 24px 0 0;
}

ul li:first-child {
  margin: 0 14px 0 18px;
}

li > img {
  margin: 0 0 0 -1px;
}

h3 {
  margin: 0 0 15px;
}

span.enquiries {
  font-family: Arial;
  font-size: 1.1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
	color: #2f2f2f;
  text-align: left;
  margin: 11px 0 0;
  display: block;
}

span.phone {
  margin: 3px 0 19px;
  font-size: 1.5em; 
  line-height: 1em;
  text-align: left; 
  color: #2f2f2f;
  padding: 0;
  display: block;
}

#footer-border {
  margin: 75px 0 0;
  width: 100%;
  height: 5px;
}

#footer-border .top {
  background: #ec8c05;
  height: 3px;
}

#footer-border .middle {
  background: #bc7004;
  height: 1px;
}

#footer-border .bottom {
  background: #ececec;
  height: 1px;
}

#footer {
  margin: 0;
  padding: 24px 0 11px;
  height: 125px;
}

#footer a {
  font-size: 1em;
}

#footer a.sitemap {
  font-size: 1.1em;
}

#footer p {
  margin: 3px 0 21px;
}

#footer-wrapper {
  width: 984px;
  margin: 0 auto;
  overflow: hidden;
}

#footer-wrapper div {
  float: left;
}

.text {
  width: 730px;
}

#footer .logo {
  width: 113px;
  height: 105px;
  margin: 0 0 0 141px;
} 

.btn {
  width: 218px;
  height: 146px;
  overflow: hidden;
  position: relative;
}

.btn img {
  position: absolute;
  top: 0;
  left: 0;
}

.btn:hover img {
  top: -146px;
}