/* Base CSS for all Pages */

html, body {
  height: 100%;
  /* overflow: hidden;*/
  padding: 0px;
  margin: 0;
  font-size: small;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  color: #000000;
  font-size: 95%;
}

/* The new viewport */
div.viewport {
  position: absolute;
  top: 102px;
  left:50%;
  margin-left: -130px;
  z-index: 101;
}

div.page {
  width: 460px;
  color: #000000;
}

div.content {
  position: relative;
  width:100%;
  height: 450px;
  padding: 0 35px 0 0;
  overflow: auto;
}

div.clearall {
  height:1px;
	clear: both;
}

