#SystemMessage{
	position: absolute;
	padding-top: 10px;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 60px;
	text-align: center;
	border: 1px #990000 solid;
	border-radius: 5px;
	background-color: #FFFFFF;
}

#PauseButton{
	position: absolute;
	left: 25px;
}

#ResetButton{
	position: absolute;
	left: 200px;
}

#SwitchPlanet{
	position: absolute;
	left: 375px;
}

#SwitchLength{
	position: absolute;
	left: 550px;
}

#SwitchMass{
	position: absolute;
	left: 725px;
}

#TenLeft{
	position: absolute;
	top: 500px;
	left: 520px;
	width: 50px;
	height: 50px;

}

#TwentyLeft{
	position: absolute;
	top: 480px;
	left: 600px;
	width: 50px;
	height: 50px;

}

#ThirtyLeft{
	position: absolute;
	top: 440px;
	left: 690px;
	width: 50px;
	height: 50px;

}

#FortyLeft{
	position: absolute;
	top: 390px;
	left: 760px;
	width: 50px;
	height: 50px;

}

#FiftyLeft{
	position: absolute;
	top: 325px;
	left: 825px;
	width: 50px;
	height: 50px;

}

#TenRight{
	position: absolute;
	top: 500px;
	left: 330px;
	width: 50px;
	height: 50px;

}

#TwentyRight{
	position: absolute;
	top: 480px;
	left: 250px;
	width: 50px;
	height: 50px;

}

#ThirtyRight{
	position: absolute;
	top: 440px;
	left: 160px;
	width: 50px;
	height: 50px;

}

#FortyRight{
	position: absolute;
	top: 390px;
	left: 90px;
	width: 50px;
	height: 50px;

}

#FiftyRight{
	position: absolute;
	top: 325px;
	left: 25px;
	width: 50px;
	height: 50px;

}

.InvisibleButton{
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

.BottomButton{
	height: 35px;
	bottom: 0px;
	width: 160px;
	padding-top: 10px;
	border: 2px #990000 solid;
	border-radius: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	background-color: #EEEEEE;
}


