body {
background-color: black;
background-image: url('bg.gif');
background-repeat: repeat-x;
}

a {
color: black;
text-decoration: none;
}
a:hover {
color: #000E1B;
}

.counter {
position: absolute;
right: 10px;
bottom: 10px;
}