html,
body
{
	height: 100%;
}

body
{
	font: 13px Tahoma, Arial, sans-serif;
	text-align: center;
}

section
{
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	text-align: left;
	box-shadow: 0 0 50px 15px #ccc;
	border-radius: 5px;
}

body:after
{
	display: inline-block;
	height: 50%;
	content: '';
}

header
{
	height: 73px;
	background-color: #000;
	padding: 35px 0 0 20px;
	border-radius: 5px 5px 0 0;
}

section > div
{
	background-color: #f5f5f5;
	padding: 20px;
	border: 1px solid #000;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.homepage-logo {
	color: #fff;
	text-decoration: none;
	font-size: 2em;
	margin-top: 7px;
	display: block;
}

.homepage-logo span {
    color: #f8c300;
}

h1
{
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #000;
}

p
{
	margin: 0;
}

@media (max-width: 800px) {
	section {
		width: 80%;
	}
	.homepage-logo {
        font-size: 1.4em;
        margin-top: 0;
	}
}