body {background: black url(hovil_.jpg) 0 0 no-repeat fixed;}
div#title a {background: transparent url(hovil_.jpg) 0 0 no-repeat fixed;}
 div#title a:hover {background: transparent url(hovil_.jpg) 0 0 no-repeat fixed;}
div#content { 
   color: steelblue;
   background-color: black;
   background-image: url(hovil_.jpg);
   background-position: 0 0;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

