.corner-top-left {
	background: url('corner-mask-tl.png') no-repeat top left;
}

.corner-top-right {
	background: url('corner-mask-tr.png') no-repeat top right;
}

.corner-bottom-right {
	background: url('corner-mask-br.png') no-repeat bottom right;
}

.corner-bottom-left {
	background: url('corner-mask-bl.png') no-repeat bottom left;
}

.corner-bottom-left h1.shadow {
	display: block;
	position: absolute;
	top: 23px;
	left: 23px;
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.corner-bottom-left h1.shadow a {
	color: #333;
	text-decoration: none;
}