Type: Posts; User: slicetohtml
your forget to add MAP tag, try this:
Off-topic but, you can add margin in your .container class to center align the layout instead of using <center> tag, like : .container { color: #93C; position: relative; height: 768px;...
hello, Add this line before ending div of #wrap or you can add CLEAR in your .footer class, like: .footer { background-color: #936; position: relative; height: 20px;
add this line to add background image on your website body { background: url('myimage.jpg'); } don't forget to change "myimage.jpg" with your stripes image file name.