
    body 
    {
    position: relative; 
    text-align: center;
    min-width: 800px;
    width: 800px;
    margin: 10px auto; 
    padding: 0;
    color: #000;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    }
    
    img
    {
    border: 0;
    }
    
    a, a:link, a:visited, a:hover
    {
    color: #000;
    background-color: #fff;
    text-decoration: underline;
    }
    
    #another 
    {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 11px;
    font-weight: bold;
    }
    
    #button 
    {
    clear: both;
    float: left;
    margin-top: 10px;
    margin-left: 515px;
    }
    
    #header 
    {
    left: 0px;
    width: 846px;
    height: 43px;
    background-image: url('../bin/graphics/logo.gif');
    background-repeat: no-repeat;
    }
    
    #menu 
    {
    width: 846px;
    margin: 5px auto;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    }
    
    #content 
    {
    border: 1px solid #000;
    
	width: 846px;
	height: 393px;
	background-image: url('../bin/graphics/background.jpg');
      
    background-repeat: no-repeat;
    clear: both;
    }
    
    #state 
    {
    float: left;
    margin-top: 160px;
    margin-left: 520px;
    }

    #zipcode 
    {
    float: left;
    margin-top: 160px;
    margin-left: 515px;
    }
    
    #footer 
    {
    width: 846px;
    }
  