html,body {
     overflow:hidden;
}
body {
     background: #000000;
	 font-family: Fixedsys;
	 font-size: 100%;
	 color: white; }
#fb-like{width:900px; margin:auto;}
#container {
	overflow:hidden;
     position: relative;
     width: 500px;
	 height: 323px;
	 margin:auto;
	 background: #000000 url(img/stars.png) 0 0;
	 border: #0093c6 solid 1px;}
#s, #l {
     position: absolute;
	 top:0;
	 left:0;
	 padding: 5px 0 0 5px;
	 font-size:21px;
	 width: 50%;
	 color: #FFFFFF;}
#l { left: 50%;}	 
#s #score,#l .lives {
     color: #26ADF0;}
#l .lives {
     width: 32px;
	 height: 22px;
	 font-size: 1px;
	 float:left;
	 margin-left:10px;
	 margin-top:7px;
	 background: url(img/biggun.png) center top;
}
#biggun {
     position: absolute;
	 top: 295px; 
	 left: 236px;
     width: 32px;
	 height: 22px;
	 font-size: 1px;
	 background: url(img/biggun.png) no-repeat center top;
}
	#biggun.destroyed{background-position:center bottom; height:23px}
#aspace {
     position:absolute;
	 background: none;
	 font-size: 1px;}
#ufo , #ufo3{
     position:absolute;
	 width:300px;
	 height:38px;
	 top:50px;
	 left:-260px;
	 background: url(img/ufo.png) no-repeat 0 0;
}
	 #ufo3{background: url(img/ufo3.png) no-repeat 0 0;}
#gameover,#start {
     position: absolute;
	 top: 170px;
	 left:0;
     width: 100%;
	 height: 100px;
	 color: #FFFFFF;
	 display:none;
	 font-size: 300%;
	 text-align: center;}
#gameover #tOver a{
     font-size: 22px;
	 color: #26ADF0;
	 text-decoration:none;
}	 	 
#gameover{top:120px}
#gameover img{margin:0 120px}
#start {
     top: 0;
     display:block;
	 height:100%;
	 background:url(img/mainBack.png);
}
	#gifLogo{width:159px; height:54px; background:url(img/logo.png); position:absolute; top:23px; left:171px}

	#pointList{position:absolute; top:95px; left:151px; width:200px; height:91px; background:url(img/pointList.png)}
	#startBtn{position:absolute; top:202px; left:109px; width:285px; height:13px; background:url(img/play.png) no-repeat center bottom}
		#startBtn:hover{background:url(img/play.png) no-repeat center top}
		#kLogo{position:absolute; top:240px; left:204px; width:85px; padding-top:25px; font:bold 14px arial; height:16px; background:url(img/klogo.png) no-repeat center top}
		#kLogo a{text-decoration:none; color:#26ADF0}
			#kLogo a:hover{text-decoration:underline}
			
			

		
#start a.twitter {
	 color:#33ccff
}
#start a:hover {
     color: #26ADF0;}
#start img {
     padding:0;
	 border: 0;
     margin: 0 10px 0 10px;}
#zx { margin-top: 20px;}	 
#zx p {
    font-size: 20px;
	padding:0;
	margin: 5px 0 5px 0;
	display: block;
}	 	 
.rocket {
    position: absolute;
	width:2px;
	border-radius:3px;
	height: 4px;
	background: #26ADF0;}
.targets {
    position: absolute; }
.wall {
    line-height: 1px;
	font-size: 1px;
	display:block;
	background-color: #26ADF0;}

.aenemy {background: url(img/aenemy.png) no-repeat 0 0; }
.benemy {background: url(img/benemy.png) no-repeat 0 0; }
.cenemy {background: url(img/cenemy.png) no-repeat 0 0; }
.denemy {background: url(img/denemy.png) no-repeat 0 0; }


#footerWrapper{display:none; width:500px; margin:10px auto 0 auto; height:22px}
	#based, #powered{display:block; height:22px; width:146px; float:left; background:url(img/based.png) no-repeat center top}
	#powered{float:right; width:290px;background:url(img/powered.png) no-repeat center top}
	
	