/*
 *   LAYOUT SETTINGS
 *   Sets all the settings needed by the layout for ensuring the correct disposition of elements
 */

html,
body,
#aspnetForm,
#PageContainer	{ height: 100%; }		/* Force body (and html in IE) to be expanded all along the client window */
#PageContainer
{
    margin: 0 auto;
    position: relative;                 /* Allows all absolute-positioned contents to take as reference the top,left point of #PageContainer instead of the whole body */
    width: 960px;
}	
