﻿form {
    background: #FFFFFF url(/Images/sidebar_bkgnd.jpg) repeat-y 777px 250px;
}

#wrapper {
    background: url(/Images/body_bkgnd.jpg) repeat-x 0px 0px;
}

#main {
    position: relative;
    min-width: 1080px;
    background: url(/Images/sidebar_gradient.jpg) no-repeat 777px bottom;
    z-index: 0;
}

#content {
    position: relative;
    float: left;
    width: 568px;
    margin: 0px;
    padding: 0px 30px 0px 133px;
    z-index: 1;
}

#sidebar {
    float: left;
    width: 348px;
    margin: 0px;
    padding: 0px 0px 80px;
}

#ServiceNote {
    position: absolute;
    bottom: 15px;
    left: 777px;
    width: 258px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    color: #CEC6B4;
    font: bold 18px Arial, sans-serif;
    font-style: italic;
    text-align: center;
}
