body {

	background-color: #999966;
}

p {
	font: 16px Arial;
	text-align: center;
}

h3 {

	text-align: center;
	font: Arial;
}

ol {

	text-align: center;
	font-family: Arial;
}






/* Divs that hold the game code */

#container {

	position: relative;
	display: block;
	text-align: center;
}

#gameDiv {

	margin: 0px auto;
	margin-top: 10px;
		/* Borders that mimic smartphone appearance */
		border-top: 60px solid black;
		border-left: 12px solid black;
		border-bottom: 60px solid black;
		border-right: 12px solid black;
		border-radius: 42px;

	display: inline-block;
	float: center;
	position: relative;
	text-align: center;
}