html
{
	height:100%;
}
body
{
	background-image: url("../img/wallpaper2.jpg");
	background-repeat: no-repeat;
	height:100%;
	background-size: 100% 100%;
}
#title
{
	display:block;
	float: left;
	line-height: 150px;
}
footer
{
	clear:both;
	color:#2C24D1;
	position: absolute;
	bottom:0px;
}
#clicker
{
	position: absolute;
	position: fixed;
	top: 35%;
	left: 35%;
	right: 50%;
}
#nbclick
{
	position: absolute;
	position: fixed;
	left:45%;
	top:65%;
	z-index:100;    
}
#totpizza
{
	position: absolute;
	position: fixed;
	right:45%;
	top:63%;
	z-index:100;    
}
#logo
{
	position: absolute;
	position: fixed;
	top: 0;
	left: 22%;
	right: 50%;
}
#btnMousePower
{
	position: relative;
	position: fixed;
	top: 0px;
	left: 0px;
}
#costmousepower
{
	position: absolute;
	position: fixed;
	left:10%;
	top:6%;
	z-index:100; 
}
#costhand
{
	position: absolute;
	position: fixed;
	right:13%;
	top:6%;
	z-index:100; 
}
#costmom
{
	position: absolute;
	position: fixed;
	right:13%;
	top:20%;
	z-index:100;    
}
#costpizzeria
{
	position: absolute;
	position: fixed;
	right:13%;
	top:35%;
	z-index:100;    
}
#costfarm
{
	position: absolute;
	position: fixed;
	right:13%;
	top:50%;
	z-index:100;   
}
#costfactory
{
	position: absolute;
	position: fixed;
	right:13%;
	top:64%;
	z-index:100;    
}
#btnHand
{
	position: relative;
	position: fixed;
	right:0;
	top:0;   
}
#btnMom
{
	position: relative;
	position: fixed;
	right:0;
	top:130px;   
}
#btnPizzeria
{
	position: relative;
	position: fixed;
	right:0;
	top:260px;   
}
#btnFarm
{
	position: relative;
	position: fixed;
	right:0;
	top:390px;   
}
#btnFactory
{
	position: relative;
	position: fixed;
	right:0;
	top:520px;   
}