body {
 background: url(http://code.jw.lt/img/attack.jpg) no-repeat #000;
 color: #fff;
 background-repeat: no-repeat;
 background-attachment: fixed; 
 background-position: center; 
}

div.head {
text-size: 12.0pt;
font-weight: bold;
color: red;
text-align: center;
}

div.content {
color: white;
text-size: 10.0pt;
margin: 5px 5px 5px 5px;
}

a { 
color: blue; font-weight: bold; 
text-decoration: none;
}

a:visited { 
font-weight: bold; color: green; 
text-decoration: none;
}

a:hover {
font-weight: bold;
color: red;
text-decoration: none;
}

div.foot {
color: red;
text-align: center;
text-size: 10.0pt;
}