Hey,
In your page, you don't need to re-add the header and all that, because it's already done. So this portion:
<!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" />
<title>Nexiss Air Rules</title>
<style type="text/css">
<!--
.style7 {
font-family: Arial;
font-size: 12px;
}
-->
</style>
<style type="text/css">
<!--
body {
background-color: #CEFFCF;
}
.style11 {font-size: 12px; font-weight: bold; font-family: Arial;}
-->
</style>
</head>
<body>
And the corresponding footer, remove all that