/* CSS Document */

.basicPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9999ff;
	background-color: #fff;
}

a.plainLink {
	text-decoration: none;
}


/* Basic Page Layout Divs*/
.containerOuter {
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.containerInner {
  width: 800px;
  position: relative;
  left: 50%;
  margin-left: -400px;  
  height: 100%;
  background: #fff;
}

