/* 2.01 */
html, body
{
	height:100%;
	margin:0px;
	background-color:#7d0;
}
.topBtn
{
	position:absolute;
	top:10px;
	left:10px;
	cursor:pointer;
	display:none;
}
.mainPnl
{
	position:absolute;
	height:460px;
	width:736px;
	left:50px;
	top:108px;
	background-image:url('grass.png');
	cursor:pointer;
	display:none;
}
.buterfly
{
	position:absolute;
	left:296px;
	top:144px;
	width:144px;
	height:144px;
	z-index:30;
	background-image: url('buterfly.png');
	display:none;
}
.canLeft
{
	position:absolute;
	left:0px;
	top:490px;
	height:32px;
	width:32px;
}
.flowerPnl
{
	position:absolute;
	left:1px;
	top:1px;
	height:192px;
	width:192px;
	background-image: url('watercan.png');
	display:none;
}
#arrowP1
{
	position:absolute;
	left:0px;
	top:-76px;
	height:72px;
	width:72px;
	z-index:25;
	background-image: url('arrow1.png');
}
#arrowP2
{
	position:absolute;
	left:-76px;
	top:0px;
	height:72px;
	width:72px;
	z-index:25;
	background-image: url('arrow2.png');
}
#rowWay
{
	position:absolute;
	left:0px;
	top:0px;
	width:736px;
	height:18px;
	background-color:#ff0;
	opacity:0.5;
	display:none;
}
#colWay
{
	position:absolute;
	left:0px;
	top:0px;
	width:18px;
	height:460px;
	background-color:#ff0;
	opacity:0.5;
	display:none;
}
.wmsgPnl
{
	background-color:#fdd;
	font-size:24px;
	text-align:center;
	margin:80px;
	padding:20px;
}