/* 1.05 */

html, body
{
 height:100%;
 margin:0px;
}
body
{
 background-color:#000;
 overflow:hidden;
 background-color:#088;
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Firefox */
 -ms-user-select: none; /* Internet Explorer/Edge */
 user-select: none;
}
#mainPnl
{
 position:absolute;
 left:0px;
 top:0px;
 width:768px;
 height:576px;
 background-color:#0a4;
 background-image:url('bk.png');
 overflow:hidden;
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Firefox */
 -ms-user-select: none; /* Internet Explorer/Edge */
 user-select: none;
}
.ornamnt
{
 position:absolute;
 left:0px;
 top:0px;
 cursor:pointer;
}
.corrDiv
{
 position:absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 margin:0px;
 padding:10px;
 text-align:center;
 background-color:#f00;
}
.rewardpnl
{
 position:absolute;
 left:0px;
 top:0px;
 width:100%;
 margin:0px;
 padding:0px;
 text-align:center;
 background-color:#084;
}
.final
{
 position:absolute;
 left:0px;
 top:0px;
 width:100%;
}
.fcalque
{
 position:absolute;
 left:-128px;
 top:-128px;
 width:512px;
 height:512px;
 background-image:url('snow0.png');
}

