Ja, davon gehe ich auch aus.
Habe nur leider nichts gefunden (übrgiens, was den Browser angeht: Ich benutze FireFox 1.0).

HTML-Code:
 <style type="text/css">
 body {
  margin: 0px;
 }

 .content {
  background-image: url(./images/content_background.jpg); 
  background-repeat: no-repeat; 
  background-position: center; 
  margin: 0px; 
  spacing: 0px;
 }

 .navilinks, td, table, .content {
  font-family: tahoma;
  color: #c0c0c0;
  text-decoration: none;
 }

 a:link, a:active, a:visited {
  font-family: tahoma;
  color: #cccccc;
  text-decoration: none;
 }

 a:hover {
  font-family: tahoma;
  color: #818D98;
  text-decoration: none;
 }
 
 input, textarea {
  background-image: url(./images/input.jpg);
  background-repeat: repeat-x;
  background-color: #373737;
  font-weight: 700; 
  font-size: 10px;
  font-family: tahoma;
  color: #cccccc;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
 }
 
 .title {
  font-weight: 700;
  font-size: 12px;
  font-family: tahoma;
  font-variant: small-caps;
 }
 </style>