@charset "utf-8";
/* CSS Document */

#light-bulb		{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 506px;
	left: 657px;
	z-index: 20;
	background-image: url(../imagens/lightbulb.png);
	background-repeat: no-repeat;
	background-position: -150px 0;
}
#light-bulb2	{ width:150px; height:150px; background:url(../imagens/lightbulb.png) no-repeat 0 0; ;}
#switch			{
	position: absolute;
	width: 50px;
	height: 75px;
	left: 454px;
	top: 753px;
	cursor: pointer;
	z-index: 8;
	background-image: url(../imagens/light-switch.png.png);
	background-repeat: no-repeat;
	background-position: -50px 0;
}
.infobox		{ position:absolute; color:#fff; font-weight:bold; width:300px; bottom:20px; left:50%; margin-left:-150px; padding:0 20px; background:rgba(0,0,0,0.5); -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; z-index:999; }
#logo			{
	position: absolute;
	width: 1040px;
	height: 322px;
	top: 0;
	left: 30px;
	background: url(../imagens/acender02.jpg) no-repeat 0 0;
	z-index: -6;
}
#logosh			{ position:absolute; width:1040px; height:322px; top:0; left:30px; background:url(../imagens/acender01.jpg) no-repeat 0 0; z-index:-5; }
