


	body {
		background: #2a151e;
	}

	div#container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	div#absurdimgs {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -283px;
		margin-left: -446px;
		width: 892px;
		height: 566px;
		overflow: hidden;
	}

	div#absurdimgs img.loading {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 16px;
		height: 16px;
		margin-left: -8px;
		margin-top: -8px;
	}


	h3 a {
		color: #ccc;
	}

	h3 a:hover {
		color: #fff;
	}
