There werent any div tags... that was the problem... I had no way to style it.
The page now outputs like this:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Your order is being placed. Please wait...</title>
<link rel="stylesheet" href="/assets/css/screen.css" media="screen" />
</head>
<body>
<div class="processing">
<h1>Your order is being placed. Please wait...</h1>
<img src="/assets/img/processing.gif" />
</div>
<p class="process_close">If the page is not updated in 2 seconds, please follow this link: <a href="http://69.20.50.57/cart.php?mode=checkout&err=fields&paymentid=17">continue >></a></p><meta http-equiv="Refresh" content="0;URL=http://69.20.50.57/cart.php?mode=checkout&err=fields&paymentid=17" />
</body>
</html>
Furthermore, thanks again and good looking out. IE is the devil.