﻿/*----------------------------------------------------------
Overrides the default css to:
 - show the main content in the middle of the page (on White by default), 
 - hide the header section and main menu
 - float the menu on the left
----------------------------------------------------------*/
body
{
    margin: auto;
}

.page 
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
}

#mainfooter 
{
    text-align: center;
}
