html, body {
  margin:0;
  padding:0;
}

body {
  background-color:#000;
  color:#FFF;
  overflow:auto;
  
    
  font-family:'Arial',sans-serif;
  font-size:12px;
}

#footer {
  text-align:center;
  margin:1em 0;
}

#background {
  position:relative;
  margin:auto;
  width:1213px;
  height:809px;
  
  background-position:top left;
  background-repeat:no-repeat;
  
  background-color:#FFF;
  color:#000;
}

h2 {
  font-size:25px;
}

a:link {
  color:#2a5088;
}
a:visited {
  color:#7f9bc6;
}


