/*###################### (C) Copyright by Pascal Jufer ######################*/

body {
  background-image: url('../img/bg.jpg');
  color: #333399;
  font-family: Comic Sans MS;
  margin:0;
  padding:0;
}

a {
  text-decoration : underline;
  color: #000099;
}

a:visited {
  color: #EA0000; 
}

a:hover {
  color: #D5009F;
}

a:active {
  color: #D5009F; 
}

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #efefef;
  text-align: center;
  padding: 10px;
}

#footer {
  position: fixed;
  bottom: 0px;
  background: #66CCFF;
  padding: 1px;
  width: 100%;
}
