div.container{
		background-color:#2F2A21;
}

	div.credits_title {
		background-color: #F7EFD1;
		border-top: 2px solid black;
	}

	div.credits_title p {
		color:gray;
		font-size: 24px;
		text-align:center;
		font-weight:bold;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	div.outer_watermark {
		background-image: url(../images/page_gradient.png);
		background-repeat: no-repeat;
	}

	div.watermark {
		background-image: url(../images/TarsierSkullWatermark.png);
		background-position: 530px 10px;
		background-repeat:no-repeat;
		margin-right:2px;
		margin-top:2px;
		margin-bottom:2px;
		min-height:567px;
	}

	div.credits div{
		padding-top:25px;
		width:60%;
	}
div.credits h1 {
	color:white;
	font-size:1em;
	margin-left: 25px;
	margin-bottom:7px;
	font-weight:bold;
	text-decoration:underline;
}
#laits{
	background-image:url('../images/laits_credits.png');
	width:481px;
	height:30px;
}
#anthro{
	background-image:url('../images/anthro_credits.png');
	width:481px;
	height:30px;
}

div.credits p {
	margin-left: 25px;
	font-family:sans-serif;
	color: white;
	padding-bottom:7px;
	font-size:.8em;
	font-weight:normal;
}

div.credits a {
	color: #AD8224;
	text-decoration:none;
}
