body{
  background-image: url(images/bg.png); 
  background-repeat: repeat-y;
  background-color: white;
  background-position: 137px left;
}

#wrap{
  width: 670px;  
}

#contentwrap{
  border-left: 20px solid #F0F0F0;
}
#content{
  width: 480px;
  float: left; 
}

#content .gutter{
  width: 460px;
  padding: 0 15px;
  line-height: 1.6;
  float: left;
  color: #777777;
}

#imageframe{
  position: absolute; 
  top: 137px; 
  left: 650px;
  min-height: 602px;
  max-width: 353px;
  float: right;
}

