I take it you are hosting the site CmptrWz? And since you made the page that means I can put down those 4 validation errors that my browser is complaining about in the bottom bar.

Result: 4 errors / 0 warnings
line 1 - Error: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"
line 5 column 30 - Error: there is no attribute "COLOR"
line 6 column 96 - Error: required attribute "ALT" not specified
line 7 column 39 - Error: required attribute "ALT" not specified
And here is a version ran through tidy:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Orderly Mayhem
</title>
<style type="text/css">
/*<![CDATA[*/
body {
background-color: #000000;
}
h1.c2 {text-align: center}
p.c1 {text-align: center}
/*]]>*/
</style>
</head>
<body color="#FF2800">
<p class="c1">
<a href="http://mad.orderlymayhem.com"><img src="logo/madlogo.jpg" border="0" alt="MAD" /><br />
<img src="logo/madname.jpg" border="0" alt="Machines, Anarchy and Destruction" /></a>
</p>
<h1 class="c2">
<a href="http://forum.orderlymayhem.com/">Forum</a>
</h1>
</body>
</html>