/*.divPageOuter
{
    width:100%;
        border:solid 1px red;
}
.divPageInner
{
    width:1000px;
}
.divbgLeft
{
    float:left;
    width:18px;
    background: url(images/bg_left.gif) no-repeat top right transparent;
    border:solid 1px red;
}
.divbgRight
{
    float:left;
    width:18px;
    background: url(images/bg_right.gif) no-repeat top left transparent;
}
.divContent
{
    float:left;
    width:960px;
}*/
