1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
|
<html>
<head>
<title>%%TITLE%%</title>
<style type="text/css">
<!--
body {
scrollbar-face-color: #BDCFD8;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #fffffff;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #BDCFD8;
}
a:link {
color: #000000;
text-decoration:none;
}
a:visited {color: #000000;
text-decoration:none;
}
a:active {color: #000000;
text-decoration:none;
}
a:hover {color: #000000;
text-decoration:none;
}
-->
</style>
</head>
<body bgcolor="#ffffff" topmargin="0" leftmargin="0">
<img border="0" src="http://i5.tinypic.com/832ipp2.png" scroll="no" bgproperties="fixed"
ALIGN="left" STYLE="position: absolute; top: 0; left: 0" width="1024" height="768">
<div style="overflow: auto; position: absolute; width: 700px; height: 370px; left: 75px; top: 335px">
<font face="Arial" size="2" color="#000000">%%CONTENT%%<font>
</div>
<div style="overflow: auto; position: absolute; width: 120px; height: 350px; left: 850px; top: 300px">
<font face="Arial" size="2" color="#000000">%%MENU%%</font>
</div>
</body>
</html>
|