body  {
  background-size: 100% 100%;
	background-repeat: repeat;
 }

 
#infobox {
	position:fixed;
	height:71px;
	width:50%;
	bottom:0;
	left: 25%;			
	padding:0 20px;
	background:rgba(0,0,0,0.5);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	z-index:999;
	
}
#infobox p {
	display:block;	
	font:bold 25px/20px Script;	
	text-align:center;
}


#switch {
	position:absolute;
	top:5px;
	left:70px;
	width:60px;
	height:90px;
	background:url(../img/light-switch.png) -60px 0 no-repeat;
	cursor:pointer;
	z-index:100;
}


#light-bulb {
	position:absolute;
	top:-1%;
	left:83%;
	width:220px;
	height:188px;
	background:url(../img/lightbulb.png) -254px 0 no-repeat;
	cursor:move;
	z-index:800;
}
#light-bulb2 {
	width:220px;
	height:188px;
	display:none;
	background:url(../img/lightbulb.png) 0 0 no-repeat;
}

#logo {
	position:absolute;
	bottom:5%;
	left:5%;
	width:179px;
	height:176px;
	background:url(../img/logo.png) 0 0 no-repeat;
	cursor:move;
	z-index:700;
}
#logosh {
	position:absolute;
	width:179px;
	height:176px;
	display:none;
	background:url(../img/logo.png) 0 -196px no-repeat;
	z-index:600;
}

#tree {
	position:absolute;
	bottom:5%;
	left:85%;
	width:150px;
	height:190px;
	background:url(../img/tree.png) 0 0 no-repeat;
	cursor:move;
	z-index:700;
}

#treesh {
	position:absolute;
	width:170px;
	height:190px;
	display:none;
	background:url(../img/tree.png) 0 -230px no-repeat;
	z-index:600;
}
