body.main {
	padding: auto;
	margin: auto;

	height: 100%;
	width: 100%;

	background-color: #000000;
}

div.content {
	width: 100%;
	position: absolute;
	top: 50%;
	height: 180px;
	margin-top: -90px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #e5e5e5;
	text-align: center;
}