/* CSS Document */
a.game {
	display: block;
	width: 262px;
	height: 170px;
}

a#game1 {
	background-image: url(../img/game-thumb-1-off.gif);
}

a#game1:hover {
	background-image: url(../img/game-thumb-1-on.gif);
}

a#game2 {
	background-image: url(../img/game-thumb-2-off.gif);
}

a#game2:hover {
	background-image: url(../img/game-thumb-2-on.gif);
}

a#game3 {
	background-image: url(../img/game-thumb-3-off.gif);
}

a#game3:hover {
	background-image: url(../img/game-thumb-3-on.gif);
}

a#game4 {
	background-image: url(../img/game-thumb-4-off.gif);
}

a#game4:hover {
	background-image: url(../img/game-thumb-4-on.gif);
}

a#game5 {
	background-image: url(../img/game-thumb-5-off.gif);
}

a#game5:hover {
	background-image: url(../img/game-thumb-5-on.gif);
}

a#game6 {
	background-image: url(../img/game-thumb-6-off.gif);
}

a#game6:hover {
	background-image: url(../img/game-thumb-6-on.gif);
}

a#game7 {
	background-image: url(../img/game-thumb-7-off.gif);
}

a#game7:hover {
	background-image: url(../img/game-thumb-7-on.gif);
}

div.bottomlinks {
	text-align: center;
	padding: 4px;
	background: white;
	color: #2C196A;
	background: #FFC20E;
	font-size: 16px;
}

div.bottomlinks a {
	color: #DF1A23;
	text-decoration: none;
	font-weight: bold;

}

div.bottomlinks a:hover {
	text-decoration: underline;
}

div.closewindow {
	text-align: center;
	padding: 4px;
	background: black;
	font-size: 16px;
}

div.closewindow a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div.closewindow a:hover {
	text-decoration: underline;
}

div.gametitle {
	text-align: center;
	padding: 4px;
	font-weight: bold;
	background: #2C196A;
	color: white;
	font-size: 16px;
}

div#game-container {
	margin: 0 auto 0 auto;
	border: 1px solid black;
}