* {
    margin: 0;
    padding: 0;
    }

#header {
    width: 100%;
    display:inline-block;
    }

#headerWrapper {
    width: 90%;
    max-width:980px;
   }

#sitewrapper {
    width: 100%;
    min-height: 100%;
   }

#content {
    padding: 2%;
    width:90%;
    max-width: 980px;   

   }


#innerWrapper {
    display:inline-block;
   }

#columnLeft {
    display: inline-block;
    width: 70%;
    float: left;
    }

#aside {    
    width: 30%;
    float: right;
    }

#footer {
    background-color: #212529;
    position: fixed; left: 0; bottom: 0;
    width: 100%;
    height: 1.5cm;
    
    }