@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("home.myspace.com") {

  /* Hide right column which is full of crap */
  #aspnetForm #main #col3>div { display:none !important; }

  /* Now adjuct main frame width */
  #main {  width:700px !important; }

  /* Also adjuct main menu width to the new size (ignore those links which overflow) */
  #topnav { width:677px !important; overflow:hidden; }

  /* Hide the Goddamn header which is empty and crappy anyways */
  #header{ display:none; }

  /* Get rid of "Find your friends..." and the endless link list */
  #grayboxrounded, #addressbookintl {  display:none; }

}