If you remove these lines from the CSS...
Code:
#content p{
margin: 0px;
padding: 0px;
position: absolute;
text-align: left;
font-size: 12px;
color: #ff0000;
width: 600px;
top: 300px;
}
#content #pic{
position: absolute;
margin: 0px;
padding: 0px;
top: 90px;
left: 0px;
width: 600px;
}
... your content becomes readable. However, you have 3 divs with the same ID - 'pic'. That's not good. (
http://bonrouge.com/br.php?page=faq#class-id)