#credits {
	position: absolute;
	top: 40px;
	left: 125px;
	width: 250px;
	/*height: 200px;*/
	left: 50%;
	margin: 0px -115px 0px -115px;
	/*border: 1px solid #616161;*/
	background-color: White;
	text-align: left;
	z-index: 600;
}

#credits #close {
	position: relative;
	/*margin: 10px;*/
	width: 100%;
	height: 12px;
	font-size: 10px;
	text-align: center;
	margin-bottom: 25px;
}

#credits #text {
	position: relative;
	height: 180px;
	/*margin: 10px;*/
	font-size: 10px;
	color: #999999;
	text-align: center;
}

#credits #text a, #credits #text a:link, #credits #text a:visited {
	color: Gray;
	font-weight: bold;
}

#credits #text a:hover, #credits #text a:active {
	color: black;
	font-weight: bold;
}

#credits #text img {
	margin-bottom: 10px;
}
