/* BODY */

#page {
        width: 970px;
        margin: auto;
        text-align: left;
}

.page-holder{
        width:100%;
        background: url('../images/body-bg.png') no-repeat top center;
}

.page-wrapper{
        margin:0 -40px;
        width:1040px;
}

.top-shadow {
        background: url('../images/shadow-top.png') no-repeat top;
        height: 80px;
        margin-top: 14px;
        float: left;
        width: 100%
}

.container-shadow {
        background: url('../images/container-shadow.png') repeat-y;
        float: left;
        width: 100%;
        margin: 0; 
        padding: 0
}

.bottom-shadow {
        background: url('../images/shadow-bottom.png') no-repeat bottom;
        height: 80px;
        float: left;
        width: 100%;
        margin-bottom: -50px
}

.container {
        background: #FFFFFF;
        margin: 0 40px; 
        margin-top: -84px;
        margin-bottom: -30px;
        float: left;
        display: inline;
        width: 970px;
}



