#game {
}
#header {
	background-image: url(header.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
}
#notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(controls.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
}
