body {
	margin : 0px;
	color : black;
	background : black;
	font-family : arial;
}

#page {
	margin : auto;
	width : 1000px;
	background : #0066ff;
	display : table;
	color : white;
}

.text16 {
	font-size : 16px;
}

.text32 {
	font-size : 32px;
}

#header_left {
	margin : 10px 15px 10px 10px;
	padding : 20px;
	border-radius: 20px;
	background : #cccccc;
	color : black;
	font-size : 20px;
	text-align : center;
	float : left;
}

#header_right {
	padding : 15px;
	margin : 10px 10px 0px 10px;
	font-size : 20px;
}

.table_header {
	padding : 10px;
	background : #cccccc;
	border-radius: 20px;
	margin : 0px 10px 10px 10px;
	clear : both;
}

.header_bar {
	text-align : center;
	font-size : 40px;
	font-weight : bold;
	background : #cccccc;
	color : black;
}

#table_container {
	width : 100%;
}

#games_table {
	margin : 0 auto;
}

.game_cell {
	width : 200px;
	height : 275px;
	vertical-align : top;
}

.trading_card_header {
	padding : 10px;
	clear : both;
}

.trading_card_cell {
	width : 322px;
	height : 100px;
	background : black;
	border-radius: 20px;
}

.game_cell {
	width : 200px;
	height : 275px;
	vertical-align : top;
}


.content_centered {
	text-align : center;
}

.thumbnail {
	width : 150px;
	height : 202 px;
}

a {
	text-decoration : none;
	color : white;
}

.text_block {
	font-size : 18px;
	padding : 16px 20px 16px 20px;
}
