body {
    background: url(/images/cssthemes/Outrageous2/bkg.jpg) top center repeat-x #000000 !important;
}

#HeaderContainer {
    background: url(/images/cssthemes/Outrageous2/head_02.jpg) repeat scroll 0 0 transparent !important;
    background-position: 0 10px;
    background-repeat: no-repeat;
}

#Header .Navigation {
    width:900px;
    height:30px;
    background:url(/images/cssthemes/Outrageous2/topNav_black.png);
    background-position:0 0;
    text-align:center;
    line-height:20px;
  }

  .Navigation li:hover {
    background:url(/images/cssthemes/Outrageous2/topNav_black.png);
    background-position:0 30px;
  }

#Footer {
  background: #282828;
}

#Body {
  background: #292929;
}