#SystemMessage{
	position: absolute;
	top: 300px;
	left: 25px;
	width: 875px;
}

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

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

#ChangeMassUp{
	position: absolute;
	top: 120px;
	left: 310px;
	width: 75px;
	height: 130px;
}

#ChangeMassDown{
	position: absolute;
	top: 120px;
	left: 410px;
	width: 75px;
	height: 130px;
}

#ChangeSurface{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 300px;
	height: 130px;
}

#ChangeArea{
	position: absolute;
	top: 225px;
	left: 0px;
	width: 225px;
	height: 225px;
}

.InvisibleButton{

}
