.uuc-title {
	border-bottom: 1px solid #ccc;
	background: #F5F5F5;
	padding: 8px;
	margin: 20px 0;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e5e5e5));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f1f1f1 0%, #e5e5e5 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e5e5e5', GradientType=0);
	/* IE6-9 */
}

#wpfooter {
	display: none !important;
	visibility: hidden !important;
}

.uuc-holdingpage h1 {
	text-align: center;
	padding-top: 250px;
}