.wrapper {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eee;
}

.content {
    font-family: 'Droid Sans', sans-serif;
    color: #262626;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content h1 {
	margin: 0 0 20px 0;
	font-size: 48px;
}

.content .maintext, .content .emailtext {
	font-size: 24px;
	margin-bottom: 12px;
}

.content .email, .content .link {
	color: #838383;
}
