html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	background:url(../images/bg.jpg) center center no-repeat;	
	background-size:cover;
	position: relative;
	height: 100%;
}
.container {
	background: #000;
	opacity: 0.8;
	width: 600px;
	height: 400px;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}
.text {
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 999;
	width: 540px;
	height: 200px;
	padding: 100px 30px;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	margin: 30px 0;
}
p {
	font-size: 13px;
}
