div#page
{
    margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
    background-color: #f6d995;
}



div#main
{
    width: 757px;
    margin-top: 25px;
    margin-bottom: 30px;

}

