/* 1.014 - 1.016 */
html, body
{
 height:100%;
 margin:0px;
 overflow:hidden;
}
body
{
 background-color:#000;
 text-align:center;
}
#mainBoard
{
 position:absolute;
 left:0px;
 top:0px;
 width:640px;
 height:420px;
 text-align:center;
 font-family:arial;
 font-size:32px;
 background-color:#0ff;
 color:#fff;
 overflow:hidden;
}
#stLayer
{
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 background-color:#099;
}
#stBox
{
 margin-top:5%;
 margin-left:5%;
 margin-right:5%;
 padding:24px;
 border:ridge #08f 4px;
 background-color:#0aa;
}
.bbox
{
 position:absolute;
 width:64px;
 height:64px;
 background-image:url('bebete.png');
}
.stBtn
{
 cursor:pointer;
}
.topBtn
{
 position:absolute;
 top:0px;
 margin-top:10px;
 margin-right:10px;
}
.wavebox
{
 background-image:url(wave.png);
 height:96px;
}
.diskbox
{
 position:absolute;
 left:0px;
 top:0px;
 width:128px;
 height:128px;
 background-image:url(target.png);
 display:none;
}

