body {
  text-align: center;
  background: #fff url(../img/body-bg-grey.jpg) repeat scroll left top;
  padding: 0;
}

img {
  border: 4px solid #fff;
}

#masthead {
  margin: 0 0 5px 0;
}

#masthead img {
  float: left;
  margin: 0;
}

#masthead img.last {
  border-left: none;
}

#content {
  width: 700px;
  padding: 12px 4px 100px 4px;
  background: transparent url(../img/body-bg-lightgrey.jpg) repeat scroll left top;
  margin: 0 auto;
}

#contact {
  width: 300px;
  margin: 10px auto;
}

#contact p {
  color: #fff;
  font-weight: bold;
  font-family: arial;
  font-size: 17px;
}

.clearfix:after { 
  content: ".";  
  line-height: 1px; 
  display: block;  
  height: 0;  
  clear: both;  
  visibility: hidden; 
} 
 
.clearfix {display: inline-block;} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

