html,body {
     overflow:hidden;
}
body {
     background: #000000;
	 font-family: Fixedsys;
	 font-size: 100%;
	 color: white; }
#container {
     position: relative;
     width: 480px;
	 height: 470px;
	 margin:auto;
	 background: #000000;
	 border: #00FF00 solid 1px;}
#s, #l {
     position: absolute;
	 top:0;
	 left:0;
	 padding: 5px 0 0 5px;
	 font-size:140%;
	 width: 50%;
	 color: #FFFFFF;}
#l { left: 50%;}	 
#s #score,#l .lives {
     color: #00FF00;}
#l .lives {
     width: 30px;
	 height: 16px;
	 font-size: 1px;
	 float:left;
	 margin-left:10px;
	 margin-top:7px;
	 background-image: url(img/biggun.gif);
}
#biggun {
     position: absolute;
	 top: 450px; 
	 left: 236px;
     width: 30px;
	 height: 16px;
	 font-size: 1px;
	 background-image: url(img/biggun.gif) }
#aspace {
     position:absolute;
	 background: none;
	 font-size: 1px;}
#ufo {
     position:absolute;
	 width:32px;
	 height:14px;
	 font-size: 1px;
	 top:100px;
	 font-size:1px;
	 left:5px;
	 background: url(img/ufo.gif) no-repeat;}
#gameover,#start {
     position: absolute;
	 top: 170px;
	 left:0;
     width: 100%;
	 height: 100px;
	 color: #FFFFFF;
	 display:none;
	 font-size: 300%;
	 text-align: center;}
#gameover #tOver {
     font-size: 20%;
	 color: #00FF00;
}	 	 
#start {
     top: 80px;
     display:block; }
#start a:link,#start a:visited,#start a:hover {
     font-size: 40%;
	 color: #FFFFFF;
	 padding: 5px 0 5px 0;
	 display:block;
	 text-decoration:none;
}
#start a.twitter {
	 color:#33ccff
}
#start a:hover {
     color: #00FF00;}
#start img {
     padding:0;
	 border: 0;
     margin: 0 10px 0 10px;}
#zx { margin-top: 20px;}	 
#zx p {
    font-size: 10%;
	padding:0;
	margin: 5px 0 5px 0;
	display: block;
}	 	 
.rocket {
    position: absolute;
	width:1px;
	height: 10px;
	background: #00FF00;}
.targets {
    position: absolute; }
.wall {
    line-height: 1px;
	font-size: 1px;
	display:block;
	background-color: #00FF00;}
.aenemy {
    background-image: url(img/aenemy.gif); }
.benemy {
    background-image: url(img/benemy.gif); }
.cenemy {
    background-image: url(img/cenemy.gif); }
	
	
