@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("home.myspace.com") {

  body {background:#000000 !important; margin-left:180px !important;}

  /* Hide Virtual Gifts */
  div#module14 {display:none !important;}

  /* Hide right column which is full of crap */
  div#col1_2 {display:none !important;}
  div#module5 {display:none !important;}
  div#module21 {display:none !important;}
  /* Get rid of the footer.  Who scrolls all the way down? */
  div#footer {display:none !important;}

  /* Hide the Goddamn header which is empty and crappy anyways */
  div#leaderboard {display:none !important;}

  /* Get rid of "Find your friends..." and the endless link list */
  #grayboxrounded, #addressbookintl {  display:none; }

  /* Make the status box smaller, so we can move the bulletins over */
  div#module12 {height:220px !important; width:930px !important;}
  div#module12 div.moduleBody {width:auto !important;}

  /* Make the middle column bigger so we can accomodate positioning */
  div#col1_1 {position:relative; width:950px !important;}

  /* Forgot to make the left column appear in the top right corner */
  div#col1_0 {display:block; position:fixed; top:20px; left:20px; width:200px !important; overflow-y:auto;}

  /* This makes the friends stay in one row if you have 10 or less */
  div#module10 li.even {width:92px !important;}
  div#module10 li.odd {width:92px !important;}

  /* Random parts of code, don't edit unless you know what you are doing */
  div#googleLogo_footer {display:none !important;}
  div#row2 {display:none !important;}
  div.bottom {display:none !important;}
}