/* $Id: custom.css,v 1.1.2.3 2009/02/16 18:54:51 gibbozer Exp $ */

html {
  background: #c35d8a;
}

body {
  color: #2e1737;
  background: #c35d8a url(../images/header.gif) 0 0; /* repeat-x; */
  background-repeat: repeat-x;
  background-attachment: fixed;
}

#page-wrap {
  background: none;
}

#header {
  height: 85px;
}

tbody {
  border-top: none;
}

.starscopyright {
  text-align: center;
  margin-left: -120px;
}

#footer {
  padding: 50px 0 5px 0;
}