html, body {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIwLjc3Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.77) 0%, rgba(200,200,200,0.77) 55%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.77)), color-stop(55%,rgba(200,200,200,0.77)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.77) 0%,rgba(200,200,200,0.77) 55%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.77) 0%,rgba(200,200,200,0.77) 55%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.77) 0%,rgba(200,200,200,0.77) 55%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.77) 0%,rgba(200,200,200,0.77) 55%);
	color: #333;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4ffffff', endColorstr='#c4c8c8c8',GradientType=0 );
   	font: 10px/1.2em Arial, Helvetica, sans-serif;
   	height: 100%;
}

/* container styles */
.mt-content {
	margin: 18px auto 0;
	overflow: hidden;
	width: 990px;
}
.mt-content-left {
	background: url(https://maintenance.mindtouch.us/images/bg-sign.png) no-repeat 0 0;
	float: left;
	height: 225px;
	line-height: 1em;
	padding: 99px 25px 36px;
	text-align: center;
	width: 480px;
}
.mt-text {
	display: table-cell;
	height: 225px;
	vertical-align: middle;
	width: 480px;
}
.mt-content-right {
	float: right;
	padding: 99px 0 36px 10px;
	width: 450px;
}

/* content styles */
a {
	color: #912b1d;
	text-decoration: none;
}
a:hover {
	color: #333;
}
h1 {
	color: #666;
	font-size: 7.2em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.1em;
}
h2 {
	font-size: 2.4em;
	font-style: italic;
	line-height: 1.1em;
	margin-top: 24px;
	line-height: 1.1em;
}
h3 {
	font-size: 2.2em;
	line-height: 1.1em;
}
h4 {
	font-size: 1.45em;
	font-style: italic;
	line-height: 1.1em;
}
p, ol {
	font-size: 1.4em;
	line-height: 1.6em;
}
p {
	margin: 20px 0;
}
ol {
	list-style: decimal;
	margin: 25px 0 30px 40px;
}

/* site maintenance styles */
#error-site-maintenance h1 {
	font-size: 6.8em;
}
#error-site-maintenance h2 {
	font-size: 1.8em;
}
#error-site-maintenance p {
	margin: 20px 0;
}

