i think you missed my point. Okay heres the source code from FireFox source code browser
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="expires" content="0" /><meta http-equiv="Pragma" content="no-cache" /><title>
Untitled Page
</title><link href="default.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="rollover.js"></script>
</head>
<body>
<form name="gamerforce" method="post" action="Default.aspx" id="gamerforce">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNzI5MjA2NTk5ZGRFuFPEjIdX7rMBgblpIhEI8014ig==" />
</div>
<div id="wrap">
<div id="innerwrap">
<div id="header">
<img id="Image1" src="images/GamerForceBanner.png" style="height:197px;width:900px;border-width:0px;" />
</div>
<div id="navbar">
<a href="Default.aspx"><img src="./images/1_off.png" id="navRollOver" alt="" onmouseover="leftButtonOn()" onmouseout="leftButtonOff()" /></a>
</div>
</div>
</div>
</form>
</body>
</html>
all the files in the header area is sloppy. And I was wondering is there a way to change the sloppyness of it.