html, body {height:100%;margin:0px;}
#scn
{
 position: absolute;
 left:0px;
 top:10px;
 width:256px;
 height:480px;
 background-color:#888;
 background-image:url(bkgrnd.png);
}
#choiceBkgrnd
{
 position: absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background-color:#88f;
 text-align:center;
}
#finalBkgrnd
{
 position: absolute;
 left:0px;
 top:10px;
 width:256px;
 height:480px;
 background-color:#888;
 background-image:url(bkgrnd.png);
 overflow:hidden;
 display:none;
}
#finalSky
{
 position: absolute;
 left:0px;
 top:0px;
 width:256px;
 height:480px;
 background-color:#888;
 background-image:url(sky.png);
 background-position:bottom;
 display:none;
}
#finalGrass
{
 position: absolute;
 left:0px;
 top:10px;
 width:256px;
 height:480px;
 background-color:#0f0;
 background-image:url(grass.png);
 background-position:top;
 display:none;
}
#sun
{
 position: absolute;
 left:0px;
 top:10px;
}
.topBtn
{
 position:absolute;
 top:10px;
 left:10px;
 cursor:pointer;
}
.button
{
 position:absolute;
 width: 96px;
 height: 96px;
 top:20px;
 left:20px;
 cursor:pointer;
}
.calque
{
 position:absolute;
 top:0px;
 left:0px;
 width:256px;
 height:16px;
}
.choice
{
 cursor:pointer;
}
.flower
{
 position:absolute;
 left:0px;
 top:220px;
}
