; body{ text-align: center;} .centeredDiv{ margin: 0px auto; text-align: left; width: 400px;}

html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
       width: auto;
	}

body
	{
	height: 100%;
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #F9F8F8;
	color: #000000;
       text-align: center;
	}

#outer {
       margin 0 auto;
       width: 988px;
       text-align: left;
       }

#main {
      text-align: center;
      margin: 200px 0 50px 0; 
      height: auto;
      }

#main2 {
      width: 986px;
      text-align: center;
      margin: 25px 0 50px 0; 
      height: auto;
      }


#agbtext {
      width: 810px;
      text-align: left;
      margin: 50px 0 0 110px;
      overflow: auto;
      }


a     {
      text-decoration: none;
      color: #2f4f2f;
      }

a:hover {
        color: #ffffff;
        background-color: 2f4f2f;
       }  

p, div, span { 
	font-size: 12px;
}



