  body {
        margin: 0px;
        padding: 0px;
				background-color:#076379;
				overflow:hidden;
				align:center;
      }
	table, td {
				 border:0px white;
				 }
  table {
				 border-collapse:collapse;
				 background-color:white;
 				 }
	a:active, a:focus { 
 				 outline: none; 
 				 ie-dummy: expression(this.hideFocus=true);
				 }
  DIV.outer
				 {
		position: absolute;
    display: block;
		left: 50%;
    top: 50%;
    margin-top: -300px;
		margin-left: -400px;
		width: 800px;
    height: 600px;
    text-align: center;
    line-height: 1200px;
				 }				 