body {
  margin-top: 50px;
}

#wrapper {
  width: 700px;
  margin: 0 auto;
  
}

#header {
  height: 97px;
  background: url(images/title_03.png) no-repeat;
}

#header-wrap{
  width:700px;
}

#header1 {
  float:left;
  height: 34px;
  width: 145px;
  background: url(images/home_05.png) no-repeat;
}

#header2 {
float:right;
  height: 34px;
  width: 156px;
  background: url(images/projects_06.png) no-repeat;
}

#header3 {
float:right;
  height: 34px;
  width: 144px;
  background: url(images/blog_07.png) no-repeat }
  
#header4 {
float:right;
  height: 34px;
  width: 255px;
  background: url(images/contact_08.png) no-repeat;
}

#content-wrap {
  background-color: #fff;
}

#menu {
background-color: #fff;
width: 700px;
height: 34px;
float:right;
border:none;
}

#content-wrap{
  width: 700px;
  float: center;
}

#content{
  width: 650px;
  margin-top: 75px;
    margin-bottom: 75px;
      margin-left: 60px;
        margin-right: 60px;
}