.bottom
{
    height: 22px;
    background: url(./Images/border/bottom.png) no-repeat left bottom;
}
.bottom span
{
    display: block;
    position: relative;
    height: 22px;
    background: url(./Images/border/br.png) no-repeat right top;
}

.center-content
{
    position: relative;
    background: url(./Images/border/right.png) repeat-y right top;
    padding: 1px 10px 10px 20px;
    margin: -10px 0 -22px 0;
}

.top
{
    width: 100%;
    height: 30px;
    background: url(./Images/border/top.png) no-repeat left top;
}

.top span
{
    display: block;
    position: relative;
    height: 23px;
    background: url(./Images/border/tr.png) no-repeat right top;
}

#liquid-round
{
    width: 70%;
    margin: 0px auto;
    background: #fff url(./Images/border/left.png) repeat-y left top;
     margin: auto;
    max-width: 52em;
    min-width: 40em;
    width: auto !important;
    width: 52em;
}



#main
{
    margin: auto;
    max-width: 52em;
    min-width: 40em;
    width: auto !important;
    width: 52em;
    background-color: #ffffff;
    padding: 0px;
}

body
{
    /*background-color:#3399ff;*/
    background-color: #daf3fd;
}

#text
{
    text-align: left;
    vertical-align: top;
    white-space: normal;
    font-family: 'Arial';
}

