body {
	background-image: url("../images/Solar-U4-Belt-of-Dust.jpg");
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	text-align: center;
	color: #fff;
	/*background-repeat: no-repeat;*/
}
#t {
	font-size: 50px;
	margin-top: 50px;
}
#game {
	padding-top: 10px;
	font-size: 16px;
	margin-top: 25px;
	line-height: 25px;
}
footer {
	position: absolute;
	bottom: 0px;
	text-align: center;
}
#pagewrapper {
	margin-top: 30px;
	/*background-color: #fff;*/
	width: 500px;
	margin: auto;
	
}
#rules{
	background-color: #343434;
	border-radius: 20px;
	margin-top: 50px;
	font-size: 24px;
	height: 200px;
}
