body, html {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: #252525;
	margin: 0;
	padding: 0;	
	color: #545454;
}
#footer {
	font-size: 9px;
	position: absolute;
	margin-bottom: 5px;
	bottom: 5px;
	text-align: right;
	color: #545454;
	right: 10px;
	text-shadow: #000 0 1px 0;
}
#content {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}
a {
	color: #C4B550;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
h1 {
	text-shadow: #000 0 1px 0;
}
h2 {
	text-shadow: #000 0 1px 0;
	margin-top: -10px;	
}
h5 {
	text-shadow: #000 0 1px 0;
}
li {
	list-style-type:circle;
}
.screenshots {
	margin-left: -10px;
}

	.screenshots li {
		list-style: none;
		float: left;
		padding: 5px;
	}
	.screenshots .caption {
		text-shadow: #000 0 1px 0;
		font-size: 10px;
		color: #797E79;
		text-align: center;
		float: left;
	}
	
		.screenshots .caption a {
			color: #545454;
		}
.clearfix {
	clear: both;
}
