
a:link {
  color:#ffffff;
}

a:hover {
  color:#ffffff;
}

body {
  color: #ffffff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: url('bg.jpg') no-repeat center center fixed #000000;
  -webkit-background-size: 100%; 
  -moz-background-size: 100%; 
  -o-background-size: 100%; 
  background-size: 100%; 
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
}

#centre {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%; 
  margin-left: -150px;
  margin-top: -150px;
}
  
#tombstone {
  text-align:  center;
  background: url('blur.png') repeat;
  padding: 25px 0px 10px 0px;
}
#contact {
  text-align:  center;
  background: url('blur.png') repeat;
  padding: 25px 0px 10px 0px;
}
.logo {
  padding: 25px 0px 10px 0px;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url('blur.png') repeat;
    color: white;
    text-align: center;
    font-size: 0.6em;
}