body {
	margin: 0;
}

.outer-container {
	position : absolute;
	display: table;
	width: 100%;
	height: 100%;
	background-image: url(../images/desktop_start_background);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.inner-container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.centered-content {
	display: inline-block;
	padding: 0px;
}
