body{
    background: #c3ccdb;
    margin: 0px;
    padding: 0px;
}
#top{
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    height: 80px;
    margin: 0px;
    padding: 0px;
    background: #94b9f7;
}
#top #logo{
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    width: 95%;
    height: 80px;
    margin: 0px auto;
    padding: 0px;
    
}
#top #logo img{
    line-height: 45px;
    margin: 0px;
    padding: 0px;
}
#bottom{
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    height: 80px;
    margin: 0px;
    padding: 0px;
}
#bottom .accessibility{
    margin: 0px;
    padding: 0px;
}
#bottom .accessibility li{
    list-style: none;
    float: left;

}
#bottom .accessibility a{
    text-decoration: none;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    color: white;
    font-family: Francois One;
    font-size: 22px;
}
