body {
    background: #edeced;
    background-image: url(../img/background-light-alternate.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
}

#container {
    margin-bottom: 30px;
    background: rgba(255,255,255,.8);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 50px 4px white;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width:1025px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
}