I work in (free) Gimp, so I added that one to the zip. Thanks for the compliments.

Attachment:
gta2 veteran website.zip [181.54 KiB]
Downloaded 35 times
//edit. small thing. you use for the header title a font that most people dont have on the pc -> trajan pro. I suggest to edit your css (if that is possible) and use this:
current one:
Code:
#title a {
text-decoration:none;
color:#FFF;
height:30px;
display:block;
font-family:"Trajan Pro";
letter-spacing:0;
}
new one:
Code:
#title a {
text-decoration:none;
color:#FFF;
height:30px;
display:block;
font-family:"Trajan Pro", Arial;
letter-spacing:0;
}