<style type="text/css"> 
<!--
.allfour {border: 0px solid silver} 
A:link { color: #000000; text-decoration: none;} 
A:visited { color: #260751; text-decoration: none;} /* Makes visited links purple */
A:active { color: #800080; text-decoration: none;} /* Makes active links blue */
A:hover { color: #0000ff; text-decoration: none;}
p {font: 10px "Arial"; margin: 5 5 5 5}
h1 {font: 42px "Arial"; margin: 5 5 5 5}
h2 {font: 24px "Arial"; margin: 5 5 5 5}
h3 {font: 15px "Arial"; margin: 5 5 5 5}
h4 {font: 11px "Arial"; margin: 5 5 5 5}
table, td {border: 1px solid silver}
table, th {border: 1px solid silver}

#bg      {position: absolute; top: 0px; left: 0px; background-repeat: repeat; background-attachment: fixed; z-index: 1; background-position: 2 2;}
#header  {position: absolute; height: 100px; top: 0px; left: 0px; background-repeat: repeat; width: 100%}
#content {position: relative; top: 0px; left: 0px; background-repeat: repeat; width: 100%; background-color:#80BAFF; noborder; z-index: 2;}
#footer  {position: absolute; height: 100px; top: 0px; left: 0px; background-repeat: repeat; width: 100%}
#height  {position: relative; height: 1000px}

#navigation {position:absolute; top: 0px; left: 0px; background-color:#FEFEFE width=10%; line-height:75%; z-index: 3;}
#navigation a {display: inline}
--> 
</style> 