/*keep this same for all*/
/*the main div container parallel to and above mainBox div*/
#wepLab6
{
	position: relative;
	width:100%;
	height:100%;

	top:0%;
	left:0%;

	margin:0;
	padding:0;	

	/*background-color: #37C2DA;*/
	
	/*change only this*/

}

/*solar text*/
#solarText{
	position: absolute;
	top:2%;

	width:100%;
	text-align: center;

	color:white;

	font-size: 1.5em;

	text-shadow:0px 6px 8px #000000;
}

/*sun image*/
#sun
{
	display: none;
	position: absolute;
	top:30%;
	left:40%;

	width:30%;
}
	
	/*house static and house animation*/
#house , #houseAnim
{	
	display: none;
	position: absolute;
	top:15%;
	left:20%;
	width:40%;
}


#ray
{
	display: none;
	position: absolute;
	top:13%;
	left:16%;

	width:11%;
}

#heatEnergy{
	display: none;
	position:absolute;
	top:85%;
	left:0%;
	width:100%;
	
	text-align: center;
	font-size: 2em;

	color:rgb(2,66,83);

	padding: 0% 2%;

	border-radius: 5%;
	background-color: rgba(185,228,238,0.7);
}






