/** Background styles **/

.bg_left {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        height: 100%;
        width: 6px;
        margin: 0;
        padding: 0;
}
.bg_right {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 6px;
        margin: 0;
        padding: 0;
        overflow: hidden;
}

#content #main .bg1 {
        background: url(../images/mc_bot.gif) repeat-x bottom left;
        height: 100%;
}
#content #main .bg2 {
        background: url(../images/mc_right.gif) repeat-y top right;
        height: 100%;
}
#content #main .bg3 {
        background: url(../images/mc_left.gif) repeat-y top left;
        height: 100%;
}
#content #main .bg4 {
        background: url(../images/mc_top_left.gif) no-repeat top left;
        height: 100%;
}
#content #main .bg5 {
        background: url(../images/mc_top_right.gif) no-repeat top right;
        height: 100%;
}
#content #main .bg6 {
        background: url(../images/mc_bot_right.gif) no-repeat bottom right;
        height: 100%;
}
#content #main .bg7 {
        background: url(../images/mc_bot_left.gif) no-repeat bottom left;
        height: 100%;
        padding-bottom: 10px;
}
