Use this simple CSS code to hide some of the SharePoint uncessary sections of the page such as:

  1. The Top Header
  2. The Top Navigation
  3. The Left Navigation Frame
  4. The Left Navigation Links

Sometime its necessary to hide the navigation links because for security purpose or to kee the user expirience to a maximium. With simple CSS code, you can accomplish this, The following is the CSS code you can use to hide all the mambo yambo.

#suiteBarTop#s4-ribbonrow#s4-titlerow#sideNavBox{
    displaynone !important;
}