
body /* These becomes the initial settings for most other elements */
{
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #535548;
    background-color: #FFFFFF;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
}


div#page
{
    width:732px; /* This can be changed to any fixed width if desired */
    margin: 15px;
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
    align:left;
    
}


div.buttons {
  visibility:hidden;
}

table td {
  vertical-align:top;
}