#credits {
	position: relative;
	float: left;
	width: 100%;
	/*top: 40px;
	left: 125px;*/
	/*width: 230px;*/
	/*height: 200px;*/
	/*margin: 0px 50% 0px 50%;*/
	/*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: left;
	margin-bottom: 0px;
}

#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: 0px;
}