html { 
	background: url(img/bg.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	margin: 0;
}


img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 374px;
   height: 232px;
   margin-top: -116px; /* Half the height */
   margin-left: -187px; /* Half the width */

}

footer {
	padding: 10px;
	background: rgba(0,0,0,0.6);
	color: white;
}

/*body {
	background: green;
}


div#bg-img {
	width: 100%;
	height: 100%;
	background: url('img/bg.png');
}*/
