body {
  background-image : url(images/bg.jpg);
  margin: 0;
}

img {
border-style : none;
}

div#wrap {
  width : 401px;
  margin-top: 200px;
  margin-left : auto;
  margin-right : auto;
}

div#splash {
  width : 401px;
  height : 111px;
}

#supervillain
    {
      float:left;
      margin:0 0 0 0;
      display: block;
      width: 401px;
      height: 81px;
      background: url("images/supervillain_bt.jpg") no-repeat 0 0;
      background-position: 0 0;
    }

    #supervillain:hover
    {
      background-position: 0 -81px;
    }

    #supervillain span
    {
      display: none;
    }

#contact
    {
      float:left;
      margin:0 0 0 0;
      display: block;
      width: 401px;
      height: 30px;
      background: url("images/info.png") no-repeat 0 0;
      background-position: 0 0;
    }

    #contact:hover
    {
      background-position: 0 0;
    }

    #contact span
    {
      display: none;
    }


