/* * Style sheet for the HTML 4.0 specification * $Id: default.css,v 1.12 1997/12/12 18:46:53 ijacobs Exp $ */body {    background-image: url(img/background.jpg);    background-repeat: no-repeat;     background-attachment: fixed;     background-position: center center;     background-color: rgb(24, 24, 24);    color: white;}