#main {
  margin: 0px; padding: 0px; border: 0px;
  text-align: left; 
  position:absolute;
  left: 50%; 
  top: 90px;
  width: 750px;
  margin-top: 0px; /* half of the height */
  margin-left: -375px; /* half of the width */
  margin-bottom: 35px;  
}


#rmain {
position: absolute; left: 0px; top: 0px; width: 750px;}

#top { 
position: absolute; left: 0px; top: 0px; width: 750px; height:15px;}

#container {
position: relative; left: 0px; top: 15px; width: 750px; background: #ffffff; }

#text { 
position: relative; left: 35px; width: 680px; background: #ffffff; font-family: "arial"; font-size: 12px; color: #304555; text-align: justify; }

#bottom { 
position: relative; left: 0px; width: 275px; height:15px;}

