pre {
	background: #efefef;
	border: 1px solid silver;
	margin: 10px 0;
	padding: 10px;
	font-family: 'Courier New', Courier, monospace;
}
#container  {
	/*min-width:900px;*/
	/*padding-top:359px;*/
	margin-top:0px;	
	/*width:100%;*/
}
#content {
	/*margin-right: 250px;*/
}
#sidebar {
	/*position: absolute;
	top: 448px;
	width: 200px;
	right: 30px;*/
}
#stage {
	top: 0px;
	left: 0px;
	z-index: -1;
}
.stage {
	position: absolute;
	top: -150px;
	left: 0px;
	width: 100%;
	height: 329px;
	overflow: hidden;	
}
#bg {
/*	background: #aedfe5 url(../images/sky1.gif) 0 0 repeat-x;*/
}
#clouds {
	background: transparent url(../images/cloud.gif) 305px 102px repeat-x;
}
#hill2 {
	background: transparent url(../images/hill2.gif) 0 258px repeat-x;
}
#hill1 {
	background: transparent url(../images/hill-with-windmill.gif) 0 104px repeat-x;
}
#bird {
	background: transparent url(../images/bird-forward-back.gif) 0 0 no-repeat;
	position: absolute;
	top: 150px;
	left: 65px;
	width: 180px;
	height: 123px;
	z-index: 2000;
	cursor: pointer;
}
#my_3wa_text{
  z-index: 2000;
  cursor:pointer;
}