html,
body {
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;

	color: #aaa;

	background-color: #030303;
	background-image: url('../images/bg-wall.jpg');

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.textBox {
	margin-top: 2em;
}

.textBox > .title {
	margin-bottom: 1em;
	font-size: 2em;
}

.footer {
	margin: 2em;
}