/*
  Black Ice, revised 7/16/09
  penguinpetes.com
*/

  body
    {
      color: rgb(255, 255, 255);
      background-color: rgb(34, 34, 34);
      font-family: Helvetica, Sans-serif;
      font-size: 80%;
      text-indent: 10px;
      letter-spacing: 1px;
      line-height: 120%
    }

  a
    {
      color: rgb(255, 255, 255);
    }

  a:visited
    {
      color: rgb(91, 176, 217);
    }

  a:hover
    {
      color: rgb(161, 211, 236);
    }

  img
    {
      border: none;
      margin: 10px;
    }

  #header
    {
      width: 100%;
    }

  #main
    { 
      width: 100%;
      float: left;
      margin-bottom: 50px;
      background-image: url(../Black_Ice_Theme/grx/moon.png);
      background-position: right bottom;
      background-repeat: no-repeat;
    }

  #footer
    {
      clear: both;
      background-image: url(../Black_Ice_Theme/grx/Footer.png);
      background-position: center bottom;
      background-repeat: repeat-x;
    }

  #followbox
    {
      margin-top: 50px;
      margin-left: 2px;
      border: 2px solid rgb(91, 176, 217);
      padding: 3px 5px;
    }

  .item_box
    {
      margin-top: 50px;
      margin-bottom: 30px;
      margin-left: 2px;
      border: 2px solid rgb(91, 176, 217);
      padding: 3px 5px;
    }

  .item_header
    {
      position: relative;
      top: -46px;
    }
