/* Body Section */

html {
    background-color: #aed7f9;
    background-image: url(/images/bg_fade.jpg);
    background-repeat: repeat-X;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

.body {
    width: 750px;
    padding: 15px;
    padding-bottom: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: white;
    border: 1px solid #606060;
    border-top: none;
    position: relative;
}