#DrawingSectionTwo{
	position: absolute;
	top: 650px;
	width: 925px;
	left: 50px;
	height: 602px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#StartButton{
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 150px;
}

#ResetButton{
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 200px;
	display: none;
}



#ChangeSpring{
	position: absolute;
	top: 10px;
	left: 150px;
	width: 200px;
	height: 150px;
}

.InvisibleButton{

}
