/*  Styles for Blood Drive Signup */
body 
     {
    background-color: #000000;
    background: url("blood02.jpg");
   /* background-repeat: no-repeat;    */
   background-repeat:repeat;
/*  repeat repeat-y   repeat-x  no-repeat  */
}
#outer {    /*  This surrounds the main content of the page */
  padding: 6px;
  background-color: #000;
  padding-top: 16px;
  width: 700px;
  font-size: 14px;
}
