﻿div.rounded {
    max-width:2400px;
}

div.rounded div.top {
    background:url(../img/tl.gif) no-repeat left bottom;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(../img/tr.gif) no-repeat right bottom;
    height:12px;
    margin-left:12px;
}

div.rounded div.middle {
    background:url(../img/bg.gif) repeat-y left;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background:url(../img/bg.gif) repeat-y right;
}

div.rounded div.middle div.right div.content {
    background:url(../img/bg.gif) repeat top left;
}

div.rounded div.bottom {
    background:url(../img/bl.gif) no-repeat left top;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(../img/br.gif) no-repeat right top;
    height:12px;
    margin-left:12px;
}