#install-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #222;
	font-size: 1.1em;
	margin: 1em auto 2em;
	opacity: 0.93;
	padding: 1em 2em;
	text-align: center;
	width: 11em;
}

	#release-date {
		color: #666;
		font-size: small;
	}

#screenshot-list {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 620px;
}

	.screenshot-list-item {
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		background-color: #f0f0f0;
		list-style: none;
		margin: 0 0 2em;
		padding: 6px;
		text-align: center;
	}
	
		.screenshot-link {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			display: block;
			margin: 0 auto;
		}
		
		#screenshot-link-7 {
			background-image: url(../img/screenshot-07-thumbnail.png);
			height: 352px;
			width: 600px;
		}
		
		#screenshot-link-8 {
			background-image: url(../img/screenshot-08-thumbnail.png);
			height: 236px;
			width: 600px;
		}
		
		#screenshot-link-9 {
			background-image: url(../img/screenshot-09-thumbnail.png);
			height: 346px;
			width: 600px;
		}
		
		.screenshot-caption {
			color: #444;
			font-size: small;
			margin: 0.5em 0 0;
		}

#disclaimer-headline {
	font-size: small;
	margin: 3em 0 0.5em;
	font-weight: bold;
}
	
#disclaimer-text {
	font-size: x-small;
}