/**
 * generic advertisement related css
 */
#whole-page-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:  100%;
  z-index: 0;
}
/*
body.repositionPage {
  background-color: #afe600;
}
*/
body.repositionPage #wrapper {
  position: relative;
  left: 161px;
  width: 840px;
  z-index: 1;
  background-color: #ffffff;
}

