

.content {
        position:relative;
        float:left;
        clear:left;
        left:90px;
        text-align:left;
        margin:0px;
        padding:0px;
        border:0px;
        margin-top:48px;
        margin-bottom:48px;
        width:800px;
        height:100%;
}

.content_back {
        width:984px;
        float:left;
        clear:left;
        height:auto;
        margin:0px;
        padding:0px;
        border:0px;
        background-image: url(../images/background/content_background_line.gif);
        background-repeat:repeat-y;
        background-position:right;
        background-color:#FFFFFF;
}

.content_box {
        width:984px;
        float:left;
        clear:left;
        margin:0px;
        padding:0px;
        border:0px;
        background-image: url(../images/background/content_background.gif);
        background-repeat:no-repeat;
        background-position:top right;
}
