body {
	font: normal 12px 'Gloria Hallelujah', cursive;;
	margin: 0;
	padding: 0;
	}
.blurImg { position: relative; }
	.blurImg img {
		display: block;
		-webkit-filter: blur(8px);
		filter: blur(8px);
		height: 100%;
		width: 100%;
		}
#excuse { left: 50%; margin: 0 0 0 -25%; position: absolute; text-align: center; top: 20%; width: 50%;}
#excuse strong { font-size: 3.5em; }
.brd { 
	background-color: rgba(255,255,255,0.5);
	border: dotted 3px #CCC;
	-webkit-border-radius: 30px;
	-mox-border-radius: 30px;
	border-radius: 30px;
	margin: 15px 0 30px;
	}
.exCont { height: 60px; margin: 25px 0 0; overflow: hidden; }
.exCont ul { margin: 60px 0 0; padding: 0; }
.exCont ul li {
	font-size: 24px;
	height: 60px;
	line-height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#excuseMe {
	background: #bf0323;
	background: -moz-radial-gradient(center, ellipse cover,  #bf0323 0%, #9b001c 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#bf0323), color-stop(100%,#9b001c));
	background: -webkit-radial-gradient(center, ellipse cover,  #bf0323 0%,#9b001c 100%);
	background: -o-radial-gradient(center, ellipse cover,  #bf0323 0%,#9b001c 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #bf0323 0%,#9b001c 100%);
	background: radial-gradient(ellipse at center,  #bf0323 0%,#9b001c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0323', endColorstr='#9b001c',GradientType=1 );
	border: solid 3px #A4011E;
	border-radius: 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	color: #FFF;
	display: block;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 5px 0;
	text-decoration: none;
	width: 350px;
	}
#excuseMe:hover {
	background: none;
	background-color: #FFDDE3;
	box-shadow: none;
	color: #A4011E;
	}
#footer { 
	margin: 0 auto;
	padding: 25px 0 50px;
	width: 70%;
}