body , html {
	min-height: 100%;
	height: 100%;
}
body{
	min-height: 100%;
	background: url(images/bg.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.logo{
	text-align: center;
	margin:0 auto;
}
.logo img{
    width:240px;
    margin-top: 10%;
}
.content {
	min-height: 50px;
	background-color: rgba(0,0,0,0.50);
	padding:40px;
	border-radius: 20px;
	margin-top: 100px;
	text-align: center;
	color: #fff;
}
.content p {
	line-height: 30px;
}
.content img {
	margin:40px;
	text-align: center;
	color: #fff;
}
.copyrights {
 	text-align: center;
	color: #fff;
 	bottom: 0;
	position: absolute;
	width: 94%;
	margin: 0 auto;
	line-height: 30px;
}