* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: blue;
}

a:active {
	color: blue;
}

#page {
	width: 996px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ffeb65;
	background: #ffffc5;
}

#heading {
	width: 990px;
	margin: auto;
	text-align: right;
}

#heading a {
	text-decoration: none;
}

#categories {
	width: 150px;
	float: left;
}

#categories a {
	text-decoration: none;
	margin: 10px;
	padding: 10px;
	background-color: #bbbbbb;
	display: block;
	text-align: center;
}

#categories a:hover {
	background-color: #efefef;
}

#content {
	width: 790px;
	float: left;
}

#content .game {
	float: left;
	margin: 5px;
	width: 120px;
	height: 120px;
}

#content .game img {
	border: none;
}

#footer {
	text-align: center;
	clear: both;
	padding-top: 10px;
}
