@charset "UTF-8";
/* Page Structure */

html, body{ background: #ffffff; height: 100%; }

#main{
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: -200px;
    padding-bottom: 200px;
    display: block;
    position: relative;
}

.navbar { margin-bottom: 0; }

footer{
    width: 100%;
    height: 200px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: #cccccc;
    position: relative;

}
