Site hosted by Angelfire.com: Build your free website today!

Anime Home Page Guild

Port side text...
Middle column text...
And here's the CSS code: body { margin: 0px; padding: 0px; } div#header { clear: both; height: 50px; background-color: aqua; padding: 1px; } div#left { float: left; width: 150px; background-color: red; } div#right { float: right; width: 150px; background-color: green; } div#middle { padding: 0px 160px 5px 160px; margin: 0px; background-color: silver; } div#footer { clear: both; background-color: yellow; }