<html>
<head>
<title>
Name of your Page
</title>
</head>
<body background="greenline.gif">
<!--- scroll bar --->
<script language="JavaScript1.2">
<!--
/*---For 3D scrollbars. Colors: line1 - #00ff66, line2 - #ffffff, face1 - #99ff00, face2 - #006600*/
function clrBar(line,face)
		{
		with(document.body.style)
			{
			scrollbarDarkShadowColor=line;
			scrollbar3dLightColor="white";
			scrollbarArrowColor="black";
			scrollbarBaseColor=face;
			scrollbarFaceColor=face;
			scrollbarHighlightColor="white";
			scrollbarShadowColor="gray";
			scrollbarTrackColor="#F3F3F3";
			}
		}
function setcolor()
		{
		var w = document.body.clientWidth;
		var h = document.body.clientHeight;
		var x = event.clientX;
		var y = event.clientY;
		if(x>w) clrBar("#00ff66","#99ff00"); // Colors of active state
		else clrBar("#ffffff","#006600"); // Colors of normal state
		}
if (document.all){
clrBar(null,null);
document.onmousemove=setcolor;
}
//------- Source Code Generator - La Minh Khanh ------ //
-->
</script>

<style text="text/css">
<!-- a:link{color: green; text-decoration: (none); font-weight:(bold);} --> </style>






<div style="position:absolute; top:0; left:0; width:340;"> 
<img src="greenapple.gif">
<br>


<!--- MAIN WRITING CENTER --->
<p align=right><b><font color=green size=3>Your Page Name Here</b></p>
<p align="justify">
<font color="green" size=2>
Thank you for selecting this layout for your page. I Hope your liking it. Well, duh...you did download it. Anyways, This is where you place your information about your page. I like a blog type of layout. So you can make this a bloy layout =)
<p align=center>What you should have in the winzip when you unzip it:
<ul><li>greeapple.gif</li><li>greenline.gif</li><li>banner.gif</li><li>greenapple.html</li><li>greenapple1.txt</li></ul>
if you have any question please email me at chitownasians@asianavenue.com
</p>
</div>


<!--- MENU --->
<div style="position:absolute; top:250; left:400; width:100; height:200; border-color:green; border-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font: 12px; fontcolor: green;">
<p align=center><b>Menue</b></p>
<p><center>
<a href="" target="_blank">Link</a><br>
<a href="" target="_blank">Link</a><br>
<a href="" target="_blank">Link</a><br>
<a href="" target="_blank">Link</a><br>
<a href="" target="_blank">Link</a><br>
<a href="" target="_blank">Link</a><br>
<a href="" target="_blank">Link</a><br>
<center><a href="http://www.geocities.com/chitownasians" target="_blank"><img src="banner.gif"></a></center>
</p>
</body>
</html>