/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#333;
    background: e6e6e6;
    height: 100%;
}

p {
    padding: 10px;
}

#wrapper {
    display: flex;
    flex-flow: column;
    /*margin: 0 auto;*/
    /*width: 100%;*/
    height: 100%;
}

#header {
    /*float: left;*/
    height: 208px;
    width: 100%;
    background: #a3a7a8;
}

#content {
    /*float: left;*/
    position: absolute;
    top: 208px;
    bottom: 0px;
    background: #E6E6E6;
    width: 100%;
}

