body {
top: 100px;
margin:0;
text-align:center; /* for IE */
}

div#wrapper {
text-align:center; /* reset text alignment */
width:445px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
} 

div#wrapper2 {
width:445px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
} 

 a:link { color:##FF3300; text-decoration:none;  margin:0; padding:0;}
 a:visited { color:#FF3300; text-decoration:none;  margin:0; padding:0; }
 a:focus { color:#FF3300;  outline:none; margin:0; padding:0;}
 a:hover { color:#FF3300; text-decoration:none;  margin:0; padding:0; }
 a:active { color:#FF3300; margin:0; padding:0;  }


p {    
       font-size: 14px;
       line-height: 1px;
       color:#595959;
       font-family: courier new;
         padding:0;   }
 
            
   
   


