
body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.content {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 7px 0;
	text-align: center;
}

.center-strip {
	width: 100%;
	height: 160px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.center-strip {
	background-color: rgba(0, 0, 0, .4);
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	z-index: 5;
}

.content p {
	font-size: 35px;
	font-weight: 300;
	margin: 0;
}

.bgimg {
    position: fixed;
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
    z-index: -100;
}

.ctrimg {
	width: auto;
	height: 85px;
}
