html {
        background: url(links/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}



  #center {
 position: absolute;
 top: 10px;
 left: 10px;
 width: 250px;
 text-align: left;
   position: fixed;
   background-color: white;
   padding: 10px;

  }
  
  

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

h1 {
 font-family: Arial;
 font-size: 18px;

}
h2 {
 font-family: Arial;
 font-size: 18px;

}



p {
 font-family: Arial;
 font-size: 14px;

 line-height: 1.5;
 }
