    html {
        overflow-y: scroll;
        overflow-x: scroll;
    }
    
    body {
        background: #56584b;
        color: #FFFFFF;
        font-family: Gill Sans, sans-serif;
        font-size: 14px;
        height: 100%;
    }
    
    div#header {
        position: absolute;
        top: 10px;
        left: 10%;
        width: 80%;
        text-align: center;
        background: #56584b;
        font-size: 40pt;
        color: #FFFFFF;
        font-family: "EffloresceRegular";
        border-bottom: solid 1px #FFFFFF;
        height: 80px;
    }
    
    div#musicdiv {
        position: absolute;
        top: 10px;
        left: 10px;
        width: auto;
        text-align: center;
        background: #56584b;
        font-size: 8pt;
        color: #FFFFFF;
        font-family: "EffloresceRegular";
        height: auto;
    }
    
    div#sidenav {
        position: absolute;
        top: 110px;
        left: 10%;
        width: 15%;
        background: #56584b;
        font-size: 16pt;
        color: #FFFFFF;
        font-family: "EffloresceRegular";
        height: 380px;
    }
    
    div#content {
        position: absolute;
        left: 30%;
        width: 55%;
        top: 110px;
        background-color: #dbe0c7;
        color: #56584b;
        padding: 5px;
        font-family: "EffloresceRegular";
        font-size: 14pt;
        font-weight: light;
    }
    
    
    div#footer {
        position: relative;
        bottom: 0px;
        color: #FFFFFF;
        text-align: center;
        left: 10px;
        width: 950px;
        height: 100px;
        padding: 5px;
/*      background-color: #F781F3;  /* the background          */
        background-color: #DA70D6;
    filter:alpha(opacity=75);   /* Internet Explorer       */
    -moz-opacity:0.75;           /* Mozilla 1.6 and below   */
    opacity: 0.75;               /* newer Mozilla and CSS-3 */
    }
    
    div#footertext {
        position: relative;
        bottom: 110px;
        color: #000000;
        text-align: center;
        left: 10px;
        width: 950px;
        height: 100px;
        padding: 5px;
    }
    
    .mainfont {
        /*font: 12pt Palatino, Georgia, Times, serif;*/
        font-size: 16pt;
        font-weight: Light;
        font-family: "EffloresceRegular";
    }   
    
    @font-face {
        font-family: 'EffloresceRegular';
        src: url('efflores-webfont.eot');
        src: local('☺'), url('efflores-webfont.woff') format('woff'), url('efflores-webfont.ttf') format('truetype'), url('efflores-webfont.svg#webfont4cc0uUES') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    
    .navtd {
        cursor: pointer;
        color: #FFFFFF;
        height: 50px;
        -moz-user-select: none;
    }

    .navtdover {
        cursor: pointer;
        color: #000000;
        height: 50px;
        -moz-user-select: none;
    }
    
    .normaltext {
        font-family: Gill Sans, sans-serif;
        font-size: 12pt;
        font-weight: light;
    }