

/* #followmebubble	{ display:none; position:absolute; top:500px; right:80px; padding:3px 10px; color:#D1D8DF; background:rgba(0,0,0,0.5); text-align:center; -moz-border-radius:5px; -webkit-border-radius:5px; font:bold 10px/12px Tahoma, Helvetica, Arial, Sans-Serif; }
#followme		{ position:absolute; top:200px; right:130px; width:50px; height:50px; }
#followme img	{ border:0; }
*/

#switch			{ position:absolute; width:80px; height:120px; top:10%; left:3%; background:url(../light_shadow/light-switch.png) no-repeat -80px 0; cursor:pointer; z-index:100; }

/* for the sun and the moon  */
#light-bulb		{ position:absolute; width:112px; height:112px; top:8%; left:75%; background:url(../light_shadow/lightbulb.png) no-repeat -112px 0; cursor:move; z-index:800; }
#light-bulb2	{ width:112px; height:112px; background:url(../light_shadow/lightbulb.png) no-repeat 0 0; cursor:move;}

/* for the HighTechies.com logo */
#logo			{ position:absolute; width:370px; height:75px; top:15%; left: 18%; background:url(../light_shadow/logo.png) no-repeat 0 0; cursor:move; z-index:700; }
#logosh			{ position:absolute; width:370px; height:75px; top:16%; left: 18%; background:url(../light_shadow/logo-shadow.png) no-repeat 0 0; z-index:600; }

#switch_info {
	 position:absolute; width:130px; min-height:20px; top:25%; left: 2%;
	 background: #ddd;
	 text-align: center;
	 padding: 5px;
     border-left: 1px solid #000;
     border-top: 1px solid #000;
     border-bottom: 1px solid #000;
     -webkit-border-radius: 15px;
     -khtml-border-radius: 15px;	
     -moz-border-radius: 15px;
     border-radius: 15px;
	}

#drag_info {
     position:absolute; width:130px; min-height:60px; top:25%; left: 2%;
	 background: yellow;
	 text-align: center;
	 padding: 5px;
     border-left: 1px solid #000;
     border-top: 1px solid #000;
     border-bottom: 1px solid #000;
     -webkit-border-radius: 15px;
     -khtml-border-radius: 15px;	
     -moz-border-radius: 15px;
     border-radius: 15px;
}