 
a:link {
  color: #cc3333;
  text-decoration: none;
}
a:visited {
  color: #cc3333;
  text-decoration: none;
}
a:active {
  color: #cc3333;
  text-decoration: none;
}
a:hover {
  color: #e59999;
  text-decoration: none;
}

#background {
  margin: auto;
  width: 900px;
  background: url(images/main/background.jpg) no-repeat fixed top ;
}

