body {
	background-color: #666600;
	text-align: center;
}

#contents {
	width: 750px;
	height: 500px;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}

#shadow {
	width: 800px;
	height: 550px;
	padding-top: 23px;
	background: url(images/background.jpg) no-repeat;
}

#swf {
	width: 750px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

#gds {
	border: 2px solid #666600;
	width: 750px;
	height: 500px;
	display: block;
	border-collapse: collapse;
} 

#credits {
	text-align: right;
	width: 700px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	font: 11px/32px Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}

a:visited {
	color: #532900;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: none;
}

