/* CSS - v1.1, March 17, 2011 */

#canvas {
	width: 720px; height: auto;
	background-image: url('/images/canvas.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto; margin-left: auto; margin-top: 0; margin-bottom: 0;
	padding: 0;
	}

#GameDescription {
	position: relative; width: auto; height: 655px;
	margin: 0; padding: 0;
	line-height: 135%;
	}
	
#PageFooter {
	position: relative; width: 720px; height: auto; margin: 0; /* width = game width */
	padding-left: 0; padding-right: 0; padding-bottom: 16px; padding-top: 19px;
	font-size: 14px; line-height: 100%;
	text-align: center; 
	background-color: #252125;
	}