/*Remove unwanted elements*/
#header, #menuDiv, #sysStack, .navBar
{
display: none;
}


#contentInner
{width: 100%; 
margin: 0; 
float: none;
}




