Well, just illustration purposes:
<%@ LANGUAGE="VBSCRIPT" LCID="2057" %>
<!-- #include file="../resources/includes/inc_siteconfig.asp" -->
<html>
<head>
<title>İstanbul Müzesi - Darphane'de Sanal Gezi</title>
<meta http-equiv="Content-Type" content="text/html;" charset="ISO-8859-9">
<style type=text/css>
<!--
a:link {color:#003333;text-decoration:none}
a:visited {color:#333333;text-decoration:none}
a:hover {color:#006666;text-decoration:underline}
input.radio {background: #7AA3CB; color:#000000}
-->
</style>
<link rel="stylesheet" href="../resources/style/sitewide.css" type="text/css">
<link rel="stylesheet" href="../resources/style/menu.css" type="text/css">
<link rel="stylesheet" href="../resources/style/main.css" type="text/css">
</head>
<body>
<a name="topofthepage"></a>
<!-- START OF MAIN TABLE -->
<div id="BackLayer" style="position:absolute; width:<%=intMainWidth%>px; height:<%=intMainPageLength%>px; z-index:1; left: 0; top: 0">
<!-- START OF MENU -->
<div id="MenuLayer" style="position:absolute; width:<%=intMenuWidth%>px; height:<%=intMainPageLength%>px; z-index:2; left: 0; top: 0; background-color: <%=strMenuBGColor%>; layer-background-color: <%=strMenuBGColor%>">
<% blnIsLocalMenuProgram = false : blnIsLocalMenuData = false %>
<!--#include file="../resources/includes/inc_menu.asp" -->
</div>
<!-- END OF MENU -->
<!-- START OF CONTENTS -->
<div id="ContentsLayer" style="position:absolute; width:<%=intMainWidth - intMenuWidth%>px; height:<%=intMainPageLength%>px; z-index:2; left: 175; top: 0; background-color: <%=strMainBGColor%>; layer-background-color: <%=strMainBGColor%>">
<!-- START OF MIDDLE PART -->
<div id="MiddleLayer" style="position:absolute; width:<%=intMainWidth - intMenuWidth%>px; height:<%=intMainPageLength%>px; z-index:2; left: 0; top: 0; background-color: <%=strMainBGColor%>; layer-background-color: <%=strMainBGColor%>">
<table width="<%=intMainWidth - intMenuWidth%>">
<tr>
<td class="maintitle" colspan="2">DARPHANE-İ AMİRE</td>
</tr>
........... you see, here comes the contents :) .........
</table>
</div> <!-- MiddleLayer -->
<!-- END OF MIDDLE PART -->
</div> <!-- ContentsLayer -->
</div> <!-- BackLayer -->
<!-- END OF MAIN TABLE -->
<div id="BottomLayer" style="position:absolute; width:700px; height:0px; z-index:2; left: 0; top: <%=intMainPageLength%>; background-color: <%=strMainBGColor%>; layer-background-color: <%=strMainBGColor%>; border: 1px none #006666">
<!-- #include file="../resources/includes/inc_bottom.asp" -->
</div>
</body>
</html>
Think Pink