.layer{
position:absolute;
left:0;
top:0;
}

.guy{
position:absolute;
width:31px;
height:60px;
background-image: url("green2.png");
}

.xGuy{
position:absolute;
width:31px;
height:60px;
background-image: url("purple2.png");
}

.heart{
position:absolute;
width:10px;
height:10px;
top:18px;
left:10px;
background-image: url("heart2.png");
}

.bubble{
display:none;
position:absolute;
width:62px;
height:62px;
top:-1px;
left:-16px;
background-image: url("bubble2.png");
}

.xBubble{
display:none;
position:absolute;
width:62px;
height:62px;
top:-1px;
left:-16px;
background-image: url("bubble2.png");
background-position:-62px 0px;
}

.touch{
position:absolute;
left:0;
top:0;
width:320px;
height:356px;
}

.bar{
position:absolute;
left:0;
top:353px;
width:320px;
height:3px; 
}

#fullGameWindow{
width:320px;
height:356px;
overflow:hidden;
background-color:#00ffff;
}

#playingWindow{
width:320px;
height:356px;
background-color:#ffffff;
}

#targ{
width:30px;
height:30px;
top:89px;
left:43px;
background-image: url("target2.png");
}

#machine{
width:116px;
height:204px;
background-image: url("machine2.png");
}

#bar1{
background-color: #aaaaaa;
}

#bar2{
background-color: #ff5544;
}

#xRealm{
width:320px;
height:356px;
overflow:hidden;
background-color:#000000;
}

#countDown{
position:relative;
top:-60px;
text-align:center;
font-size:400px;
color:#dddddd;
}
    