html, body {
	background-color: #b1b1ae;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva;
	font-size: 11px;
	line-height: 13px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

img {
	border: none;
	}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #008f4a;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #008f4a;
	}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #008f4a;
	}
	
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #004000;
	}

.gamediv {
	display: block;
	position: relative;
	width: 512px;
	height: 480px;
	overflow: hidden;
	text-align: center;
	}

.gutter {
	display: block;
	position: relative;
	width: 512px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	}

.fifty {
	height:50px;
	}

.notice {
	font-size: 10px;
	color: #404040;
	}

.container {
	width:100%;
	text-align:center;
	margin-top:10px;
	}

#daft {
	display:block;
	width:430px;
	height:580px;
	margin:10px;
	}

.big { 
font-size:18px;
line-height:24px;
}
