html, body {
	margin:0;
	padding:0 0 20px 0;;
	background: url(../img/bg_fade.jpg) repeat-x;
	background-color: #333333;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}

#buttons {
	clear: both;
	position: relative;
	}

#display_area {
		float: left;
		width: 400px;
		height: 550px;
		text-align: left;
		padding: 0;
		margin: 0;
	}

#game {
	float: left;
	}

ol {

	} 

li {
	margin: 5px 0 20px 0;
	}

.panel {
	text-align: center;
	padding: 30px;
	color: black; 
	margin: 0 0 0 0;
	width: 350px;
	height: 490px;
	z-index: 100;
 	background: url(../img/paper_bg.jpg) no-repeat; 
	}

.table_display {
	width: 300px;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	}

#wrapper {
	position: relative;
	width: 804px;
	margin: 20px auto;
}

.content {
	padding: 10px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #333;
}
a.more {
	float:right;
	text-decoration:none;
	line-height: 14px;
	color:#999;
	background: url(../img/more.gif) no-repeat right 2px;
	padding-right: 16px;
	margin-top:6px;
	margin-right:6px;
}
a.more:hover {
	color:#ff0000;
}