body{
     background-color:#140b42;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
     -moz-opacity:0.5;
 -khtml-opacity: 0.5;
 opacity: 0.5; 
}

#wholePage{
	display: block;
	height: 623px;
	width: 627px;
	margin: auto;
	background: url('Gra/logo.gif') no-repeat;
	

}

#start{
	
	display: block;
	width: 140px;
        
	height: 150px;
	margin:auto;
        
	background: url('Gra/START.gif') no-repeat;
	
	
}

#objekt{

       display: block;
	width: 200px;
	height: 200px;
	margin-left: auto;
        margin-right: auto;

}


#start:hover{
	
	background: url('Gra/START1.gif') no-repeat;
	
	
}


