#content {
  max-width: 800px;  
}
#wrapper #content {
  width: 100%;
  margin: 30px auto;
  -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}

.row_content {
  background: #fff;
}
.row_content .row_fix_width {
    width: 100%;
    padding-left: 60px;
  padding-right: 60px;
}