body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #A0A0A0;
	background: #000000;
	padding-top: 50px;
}
a {
	color: #4169E1;
}
a img {
	border: none;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#main-content, #photo-content {
	width: 50%;
	float: left;
	text-align: center;
}
	.sublogo {
		font-weight: bold;
	}
	.main-content-item {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#photo-content-browser {
		padding-top: 15px;
	}
		.photo-prev-button {
			margin-left: 50px;
			float: left;
		}
		.photo-next-button {
			margin-right: 50px;
			float: right;
		}
		#photo-content-navigator {
			width: 180px;
			float: left;
		}
#bottom-content {
	clear: both;
	padding-top: 60px;
}
	.bottom-content-item {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.bottom-content-inner-item {
		text-align: center;
		width: 20%;
		float: left;
	}
		.bottom-content-subscribe-button, .bottom-content-subscribe-button a {
			background: #0000FF;
			color: #A0A0A0;
			text-decoration: none;
		}
		.bottom-content-unsubscribe-button, .bottom-content-unsubscribe-button a {
			background: #A0A0A0;
			color: #0000FF;
			text-decoration: none;
		}
		.bottom-content-audio {
			width: 100%;
			height: 40px;
			margin-left: auto;
			margin-right: auto;
		}
.clearer {
	clear: both;
}