html, body
{
 height:100%;
 margin:0px;
}
body
{
 background-color:#08f;
}
.btnRo
{
 display:inline-block;
 margin:2px;
 padding:2px 10px;
 font-family:Arial;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
}
a.btnRo
{
 color:#000;
 background-color:#eee;
 text-decoration: none;
 border:outset 2px #888;
}
a.btnRo:hover
{
 background-color:#ddd;
 border:inset 2px;
}
#warnPnl
{
 border:dashed 5px #f00;
 background-color:#fc8;
 font-size:24px;
 text-align:center;
 margin:80px;
 padding:20px;
}
#mainPnl
{
 position: relative;
 display:none;
 margin-left:auto;
 margin-right:auto;
 width:588px;
 height:536px;
 background-color:#08f;
}
#labelCtn
{
 position:relative;
 margin-left:auto;
 margin-right:auto;
 width:256px;
 height:128px;
}
#labelPnl
{
 border:ridge 8px #00f;
 background-color:#fff;
 height:56px;
 position:absolute;
 top:10px;
 width:240px;
 font-size:48px;
 text-align:center;
}
#infoPnl
{
 display:none;
 position: absolute;
 left:10px;
 top:10px;
 width:128px;
 height:536px;
 background-color:#08f;
 border:ridge 8px;
 overflow:hidden;
}
#counter
{
 background-color:#fff;
 border:ridge 8px;
 margin:16px;
 text-align:center;
 font-size:48px;
}
#sweetPnl
{
 text-align:center;
}
#curtain
{
 position: absolute;
 left:4px;
 top:94px;
 width:576px;
 height:432px;
 border:solid 2px;
 background-color:#048;
 background-image:url('curtain.png');
}
.ballonDiv
{
 position:absolute;
 left:0px;
 top:0px;
 width:72px;
 height:72px;
 background-image: url('ballons.png');
 cursor:pointer;
 border:solid 1px #fff;
}
#stopBallon
{
 position:absolute;
 left:0px;
 top:0px;
 width:72px;
 height:96px;
 background-color: #08f;
}
.marginDiv
{
 position:absolute;
 left:0px;
 top:0px;
 width:72px;
 height:72px;
 text-align:center;
 vertical-align:16px;
 border:solid 1px #0ff;
 font-size:36px;
}
#finalPnl
{
 display:none;
 position:relative;
 margin:0px;
 height:100%;
 width:100%;
 background-color:#9cf;
 overflow:hidden;
}
#earth
{
 position:absolute;
 left:0px;
 top:0px;
 width:512px;
 height:512px;
 background-image: url('fbk.jpg');
}
.flying
{
 position:absolute;
 left:250px;
 top:100px;
}
