html {
    height:100%;
    width:100%;

    body {
        background-image:url(../../img/markerbg_blue.jpg);
        height:100%;
        min-height:100%;
        width:100%;

        #page {
            background-image:url(../../img/body-gradient.png);
            background-repeat:repeat-x;
            margin:0 auto;
            padding:0 30px;
            max-width:968px;
            min-height:100%;
            background-color:#fff;
            position:relative;
            width:100%;

            #content {
                padding-bottom:160px;
            }

        }

    }

}
