* {
  margin: 0;
  padding: 0;
}


/****************** Pages */

#portfolio > .content {
  min-width: 950px;
}
#portfolio > .content > .inner {
  margin: 10px auto;
  width: 950px;
}
#portfolio #footer {
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
}
#portfolio #footer .inner {
  padding-top: 10px;
}

/****************** Page Buttons */

#toportfolio {
  position: absolute;
  top: 300px;
  right: 0px;
  width: 141px;
  height: 85px;
}

#pageforward, #pagebackward {
  position: fixed;
  top: 275px;
  height: 86px;
}
#pageforward {width: 102px; right: 0px;}
#pagebackward {width: 101px; left: 0px;}
