@charset "UTF-8";
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #1a1a1a;
	margin: 0; 
	padding: 0;
	color: #fff;
	background-image: url(../img/header2.jpg);
	background-repeat: no-repeat;
	line-height: 18px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 190px 0 0 90px;
}
#container2 {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 190px 0 0 70px;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	margin-top: 30px;

}
.gameDiv {
	float: left;
	margin: 0 15px 15px 0;
}
