html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    background: #fafafa url(images/background-tile2.jpg) center no-repeat;
}

/* IE7 Fix */
* html #container {
    display: table;
    height: 100%
}

/* Opera Fix */
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

div#container {
    height: 100%;
    height: auto !important;
    min-height: 100%;
}

div#main {
    overflow: auto;
    padding-bottom: 100px;
}

div#body {
    overflow: hidden;
    height: 100%;
}

div#content {
    margin: 0px 300px 0px 0px;
    padding: 20px;
    color: white;
}

div#right-sidebar {
    width: 700px;
    float: right;
    padding: 20px;
    color: white;
}