div.ie{
    text-align: center;
}

		

BODY {
  background-color : #0099FF;
  color            : #000000;

}



		

		td, tr, p, div {

  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #333333;

}

 div.box {

				 width: 780px;
				 margin-left: auto;
				 margin-right: auto;
         		border:1px solid gray;
				 text-align: left;
				 background-color: white;
         }

div.banner {
            width: 780px;
            height: 230px;
			}





	div.content{
	    width: 770px;
		min-height:300px;
		max-height:300px;
		background-color: white;
		padding: 4px;
}