#SystemMessage{
	position: absolute;
	padding: 20px;
	top: 25px;
	left: 20px;
	width: 350px;
	height: 300px;
	background-color: #EEEEEE;
	border: 2px solid #990000;
	border-radius: 5px;
}

#ChangeObject{
	position: absolute;
	bottom: 0px;
	left: 525px;
	width: 50px;
	height: 50px;
}

#AddEnergy{
	position: absolute;
	bottom: 0px;
	left: 800px;
	width: 100px;
	height: 50px;
}

#PowerSwitch{
	position: absolute;
	bottom: 25px;
	left: 725px;
	width: 50px;
	height: 50px;
}

#TurboSwitch{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
}

#ResetSwitch{
	position: absolute;
	top: 180px;
	left: 675px;
	width: 200px;
	height: 40px;
}

#ChangeGravity{
	position: absolute;
	top: 120px;
	left: 660px;
	width: 250px;
	height: 40px;
}

#ChangeMass{
	position: absolute;
	top: 70px;
	left: 660px;
	width: 250px;
	height: 40px;
}

.InvisibleButton{

}
