here's the page he's talking about maybe I'm missing something
http://www.klipsch.com/
going to try and make is simple pelase correct me if i'm wrong your page will look like this basic layout should anyways. But this is just the style sheet. Actually using this on your site will be more worjk than just this
<html>
</head>
<SCRIPT LANGUAGE="JavaScript">
<frameset rows="30,*,40" framespacing="0" border="0" frameborder="NO">',
<frame src="', whatever your header doc will be basically the table with links, '" name="header" scrolling="NO" noresize>
<frame src="', what your page will be, '" name="main" noresize>
<frame src="', the table you see at the bottom of the page, '" name="footer" noresize scrolling="NO">
</frameset>
</SCRIPT>
<noframes>
<body tags these are going to be font tags or whatever didn't see a real reason for them??>
</body>
</noframes>