﻿body
{
    background: #c0c0c0; /* #EFF2F3; */
}

.liquid-round-logo
{
    width: 700px;
    margin: 0px auto;
    background: #f8f8f8 url(images/rounds/leftside.png) repeat-y left top;
}

#liquid-round
{
    width: 700px;
    margin: 0px auto;
    background: #f8f8f8 url(images/rounds/leftside.png) repeat-y left top;
}
#liquid-round-green
{
    width: 700px;
    margin: 0px auto;
    background: #c0cfc0 url(images/rounds/leftside-green.png) repeat-y left top;
}
.top
{
    width: 100%;
    height: 55px;
    background: url(images/rounds/top.png) no-repeat left top;
}
.top span
{
    display: block;
    position: relative;
    height: 55px;
    background: url(images/rounds/top-right.png) no-repeat right top;
}
.topGreen
{
    width: 100%;
    height: 55px;
    background: url(images/rounds/top-green.png) no-repeat left top;
}
.topGreen span
{
    display: block;
    position: relative;
    height: 55px;
    background: url(images/rounds/top-right-green.png) no-repeat right top;
}

.topInterior
{
    width: 100%;
    height: 55px;
    background: url(images/rounds/top-int.png) no-repeat left top;
}
.topInterior span
{
    display: block;
    position: relative;
    height: 55px;
    background: url(images/rounds/top-right-int.png) no-repeat right top;
}

.topInteriorGreen
{
    width: 100%;
    height: 55px;
    background: url(images/rounds/top-int-green.png) no-repeat left top;
}
.topInteriorGreen span
{
    display: block;
    position: relative;
    height: 55px;
    background: url(images/rounds/top-right-int-green.png) no-repeat right top;
}

.center-content
{
    position: relative;
    background: url(images/rounds/rightside.png) repeat-y right top;
    padding: 2px 20px 2px 20px;
    margin: -9px 0 -3px 0;
}
.center-content-green
{
    position: relative;
    background: url(images/rounds/rightside-green.png) repeat-y right top;
    padding: 2px 20px 2px 20px;
    margin: -9px 0 -3px 0;
}
.bottom
{
    width: 100%;
    height: 55px;
    background: url(images/rounds/bottom.png) no-repeat left bottom;
    margin: -55px 0px 0px 0px;
}
.bottom span
{
    display: block;
    position: relative;
    height: 55px;
    background: url(images/rounds/bottom-right.png) no-repeat right top;
}

