body { 
background:#EC4CCC url(../img/bg.jpg) repeat 0 0; }
#infobox {
	position:absolute;
	width:300px;
	bottom:20px;
	left:50%;
	margin-left:-150px;
	padding:0 20px;
	
	
	
}
#infobox p {
	display:block;
	color:#fff;
	font:bold 15px/10px Tahoma, Helvetica, Arial, Sans-Serif;
	text-align:center;
}


#switch {
	position:absolute;
	bottom:248px;
	left:50px;
	width:80px;
	height:120px;
	background:url(../img/light-switch1.png) -80px 0 no-repeat;
	cursor:pointer;
	z-index:100;
}


#lantern {
	position:absolute;
	top:20%;
	left:70%;
	width:150px;
	height:190px;
	background:url(../img/lantern.png) -150px 0 no-repeat;
	cursor:move;
	z-index:800;
}
#lantern2 {
	width:150px;
	height:190px;
	display:none;
	background:url(../img/lantern.png) 0 0 no-repeat;
}

#logo {
	position:absolute;
	top:40%;
	left:20%;
	width:450px;
	height:150px;
	background:url(../img/logo1.png) 0 0 no-repeat;
	cursor:move;
	z-index:700;
}
#logosh {
	position:absolute;
	width:450px;
	height:150px;
	display:none;
	background:url(../img/logo1.png) 0 -150px no-repeat;
	z-index:600;
}

.fb-like
{
	float:right;
}

