body {
  background-image: url(bgr/rotate.php);
  margin: 0px;
  padding: 0px;
  border: none;
}
div {
}
#wrapper {
  padding-top:15px;
  margin: auto;
  width: 709px;
}
#head {
  width: 709px;
  height: 120px;
  background-image: url(images/wrapperhead.png);
}
#navwrap {
  position: relative;
  padding-top: 10px;
  width: 666px;
  height: 275px;
  float: right;
}
#nav1 {
  position: relative;
  height: 275px;
  width: 166px;
  background-image: url(images/navbg.png);
  background-repeat: repeat-y;
  float: left;
}
#nav1:hover {
  background-image: url(images/navbglights.png);
}
#nav2 {
  position: relative;
  height: 275px;
  width: 166px;
  background-image: url(images/navbg.png);
  background-repeat: repeat-y;
  float: left;
}
#nav2:hover {
  background-image: url(images/navbglights.png);
}
#nav3 {
  position: relative;
  height: 275px;
  width: 166px;
  background-image: url(images/navbg.png);
  background-repeat: repeat-y;
  float: left;
}
#nav3:hover {
  background-image: url(images/navbglights.png);
}
#nav4 {
  position: relative;
  height: 275px;
  width: 165px;
  background-image: url(images/navbg.png);
  background-repeat: repeat-y;
  float: left;
}
#nav4:hover {
  background-image: url(images/navbglights.png);
}
#shaft {
  width: 709px;
  height: 100%;
  background-image: url(images/wrapperbg.png);
  background-repeat: repeat-y;
}
#windows {
  float:right;
  margin-right:12px;
  width: 642px;
  height: 55%;
  background-image: url(images/windowsbg.png);
}
