html {
height: 100%;
/*margin-bottom: 1px;*/
background: #000000;
}
body {
  background-attachment: fixed;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: normal;
  color: #888888;
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  height:99%;
}
body.home {
  /*background-repeat: repeat-x;
  background-position: left top;
  background-attachment: fixed;*/
}
body.other {
  /*background-image: url(images/fbs2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;*/
}
a:link, a:visited {
  font-weight: bold;
  text-transform: none;
  text-decoration: underline;
  color: #aaaaaa;
}
a:hover {
  text-decoration: none;
  color: #ffffff !important;
}

