            header{
                background-color:#deb500;
                position:fixed;
                z-index:2;
                top:0; left:0;
                width:100%;
                height:45px;
                padding:0;
            }
            
            footer {
                background-color:#c27b00;
                position:fixed;
                z-index:2;
                bottom:0; left:0;
                width:100%;
                height:48px;
                padding:0;
                border-top:1px solid #444;
            }
            
            
            header, footer{
                font-size:20px;
                text-align:center;
                color:#f3f3f3;
                font-weight:bold;
                text-shadow:0 -1px 0 rgba(0,0,0,0.5);
                line-height:45px;
            }    
