html {
	margin: 0px;
	padding: 0px;
	height: 100%
}

body {
	
	background-color: black;
	font-family: helvetica, arial, sans-serif;
	padding: 0em;
	margin: 0em;
	width: 100%;
	height: 100%;
	line-height: 1.3em;
	
	}



.img { height: 300px;



}

div {
	margin: auto;
	position: relative;
	text-align: center;
	}

span{

text-align: center;
	color: white;
	top: 30px;

}