ul.topnav {
    display: none;
     font-size: 40px;
    }
    
ul.topnav li a  {

     font-size: 40px;
     text-decoration: none;
     padding-left:21px;
     padding-right: 21px;
    }  
    
 a img  {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: white;
    background-image: url("/sites/templates/images/background.gif");
    background-repeat:repeat;
    font-family: arial;
    font-size: 12px;

}

#background {
    padding:0;
    margin:0;
    background-image: url("/sites/templates/images/background_top.gif");
    background-repeat:repeat-x;
    height: 263px;
}


#page {
    position: absolute;
    left: 50%;
    margin-left: -460px;
    padding: 0px;
    top: 0px;
    width: 920px;
}

a, #content a {
    text-decoration: underline;
    color: #336193;
}

#background_content {
    position: absolute;
    background-image: url("/sites/templates/images/background_index.gif");
    background-repeat:no-repeat;
    width: 920px;
    height: 479px;
    top:57px;
    }
    
#btn_entree {
    position: absolute;
    top:250px;
    left: 392px;
    }
    
#logo {
    position: absolute;
    top:90px;
    left: 67px;
 
}    
    
#content {
    position: absolute;
    top:320px;
    left: 20px;
    width: 880px;
}
       
