#SwitchButton{
	position: absolute;
	top: 475px;
	left: 450px;
	width: 100px;
	height: 75px;
}

#CapacitorButton{
	position: absolute;
	top: 200px;
	left: 690px;
	width: 100px;
	height: 120px;
}

#ResistorButton{
	position: absolute;
	top: 200px;
	left: 125px;
	width: 100px;
	height: 120px;
}

#BatteryButton{
	position: absolute;
	top: 475px;
	left: 600px;
	width: 100px;
	height: 120px;
}

#ResetButton{
	position: absolute;
	top: 550px;
	left: 175px;
	width: 100px;
	height: 30px;
	padding-top: 15px;
	display: none;
}

#SystemMessage{
	position: absolute;
	top: 325px;
	left: 340px;
	width: 500px;
	height: 100px;

}

.InvisibleButton{

}
