﻿/* Remove unwanted elements */
#main_nav,#actionWebPart,#sharepointpanel, #header, #system_nav, #breadcrumb,#sectionNav_column,#istantSupport_column,#footer_container,#actionWebpart
{
display: none;
}

/* Ensure the content spans the full width */
#container, #container2, #content
{
width: 100%; margin: 0; float: none;
}


