/* CSS Document */
#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:980px;
  height: 100%;
  margin: auto;
} 

#rrbmain {
	text-align:center;
	position:absolute;
	top:340px;
	left:50%;
	height:1000px;
	width:825px;
	margin-left:-400px;
}

	
            
