body,html {
  overflow:hidden;
  font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size:80%;
}

#pagewrapper {
  width:4000px;
  height:2000px;
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;
}

#scrollwrapper {
  width:100%;
  height:100%;
  position:relative;
  z-index:1;
  overflow:hidden;
}

.scrolling_content {
  width:0px;
  height:0px;
  position:absolute;
}

#topleft {
  top:0px;
  left:0px;
}

#topright {
  top:0px;
  right:0px;
  background:red;
}

#bottomleft {
  bottom:0px;
  left:0px;
  background:green;
}

#bottomright {
  bottom:0px;
  right:0px;
  background:blue;
}

#logo {
  position:absolute;
  bottom:0px;
  left:0px;
  width:90%;
}

#appnav {
  position:absolute;
  top:5%;
  right:5%;
}

.applogo {
  position:absolute;
}

#royaltylogo {
  top:0px;
  right:0px;
  width:128px;
  height:128px;
}

#presidentslogo {
  top:14px;
  right:175px;
  width:110px;
  height:110px;
}

#pokelogo {
  top:14px;
  right:340px;
  width:110px;
  height:110px;
}