


	body {
		background: #fff;
	}

	div#container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	div#absurdimgs {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -293px;
		margin-left: -398px;
		width: 792px;
		height: 586px;
		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: #000;
	}
