/**
*	Under Construction Style
*/
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	box-shadow: inset 0 0 15px 50px red;
}
a {
	text-decoration: none;
}
#wrapper {
	position: absolute;
	height: 250px;
	width: 100%;
	top: 40%;
	margin-top: -125px;
}
h1 {
	padding: 25px 25px;
	color: #282828;
	font-weight: 300;
	text-align: center;
	font-size: 32px;
	line-height: 48px;
}
h1 span {
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	color: #9e9e9e;
}
#wrapper-logo {
	height:150px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper-logo img {
	height: 100%;
	width: 100%;
}
#wrapper-copyright p {
	font-size: 14px;
	color: #888;
	text-align: center;
	line-height: 28px;
}
#wrapper-copyright p a {
	color: #282828;
}