@charset "utf-8";
/* CSS Document */

/* Remove unwanted elements */
 #LayoutDivNavigation, #slider, #header, #buttons, #LayoutDivFooterArea, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#LayoutDivMPContent, #LayoutDivMPHeader
{
width: 100%; margin: 0; float: none;
}


/* Don't display images */
img {
display:none;
} 
