I'm still working on the Webdesign... some bugs are fixed, some are still there.
I screwed the idea of making the design auto-adjust to the page width since it screwed up many things (optically) so I optimized this design for 1024x768 pixels (32 Bit Colordepth).
To make sure this site is shown correctly you should use the latest version of your web-browser. If it has been discontinued or it's no more being updated for your Operating System, you should think of switching to Firefox.
Firefox 2.0 should display this website 100% correct because it fully supports CSS (actually there's a bug in FF2.0 on Windows which displays the news site incorrect, lol).
PS: I'm not online for the next whole week probably and if I'm online I'm not at my PowerMac so therefore can't change the webdesign - if you find any bugs make a screenshot of it and send it to me.
Update: There's a workaround for this bug which works for the Internet Explorer and Safari (not Firefox), but it makes the CSS file 'invalid'... I'd just have to add "word-wrap: break-word;" (MS CSS, not w3c conform) which would prevent the text from escaping its borders. But to keep the CSS file valid I added the lines 'overflow: auto;' which will generate a Scroll-Bar if needed and which will keep the text inside the borders...