/* IE fixes for disappearing text on the front page and on the review page.
The bug is called the peekaboo bug that occurs when an object is floated but hasn't a 
specified dimensions or is not position:relative. 
=======================*/
.content img {position:relative;border: solid red; }