body
{
  text-align: center;
  margin: 0 0 0 0;
  vertical-align: middle;
  background-color: #afafaf;
  background-image: url('http://www.picturethisnthat.com/images/stripes.jpg');
  background-attachment: fixed;
  background-size: cover;
}

#content
{ 
  width: 1000px;
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
  margin: 0 auto;
}

#wrapper-head
{ 
  width: 1000px;
  text-align: left;
}

#wrapper-menu
{ 
  width: 230px;
  float: left;
  margin: 10px;
  text-align: right;
}

#wrapper-body
{ 
  width: 730px;
  float: right;
  margin: 10px;
  text-align: left;
}

#wrapper-foot
{ 
  clear: both;
  width: 1000px;
  text-align: left;
  margin: 0 auto;
}

#header
{
  height: 200px;
  top: 0px;
  margin: 0 auto;
  color: #000000;
  font: 100% sans-serif;
  border: 0px solid #000000
}

