@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
    width: 100%;
}
body {
    color: #FFFFFF;
    width: 100%;
}
header {
    background-color: #000000;
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 40px;
    overflow-y: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0px;
}
footer {
    background-color: #000000;
    width: 100%;
    clear: both;
    height: 60px;
    bottom: 0px;
}
#container {
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#main {
    width: 100%;
    margin-top: 60px;
}
#side {
    width: 100%;
    background-color: rgba(57,53,86,0.95);
}
