html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-color:#d1be99;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#50432a;
}
img {
	border:none;
}
a:link {
	background-color:#d1be99;
	color:#50432a;
	text-decoration:none;
}
a:active {
	background-color:#d1be99;
	color:#333333;
	text-decoration:none;
}
a:hover {
	background-color:#d1be99;
	color:#ded0b5;
	text-decoration:none;
}
a:visited {
	background-color:#d1be99;
	color:#000000;
	text-decoration:none;
}
#container {
	height: 100%;
	width: 100%;
	margin: 0;
	text-align: center;
}
#content {
	height:200px;
	width:100%;
	padding-top:20px;
	text-align:center;
}
#credit {
	position:absolute;
	left:-13px;
	bottom:-1px;
	width:100%;
	margin-top:10px;
	text-align:center;
}
