body {
   background: #4A4A4A;
   margin: 0px auto;
   font-family: "Times New Roman", Times, serif;
   font-size: 14px;
   color:#4A4A4A;
   font-weight: bold;
}

h1 {
   font-size: 20px;
   color: #990000;
   margin-top: 20px
}

#links {
   background: url(images/links.gif);
   background-repeat: no-repeat;
   width: 115px;
   height: 500px;
}

#content {
   background: url(images/content.gif);
   background-repeat: no-repeat;
   width: 654px;
   height: 500px;
   vertical-align: text-top;
   padding-right: 1px;
}

.tekst {
   margin-left: 15px;
}