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

{
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%
}
#page-container {
    min-height: 100%;
}
#page-main {
    overflow: auto;
    padding-bottom: 0px;
    background-color: #dcddff;
}
#footer {
    background-color: #dcddff;
    position: relative;
    height: 100px;
    margin-top: -100px;
    clear: both;
}