html, body{
	height: 100%;
	min-height : 100%;
	width: 100%;
}

*{
	box-sizing : border-box;
}

body{
	background : url(../HNCK0599.jpg) no-repeat 0 0;
	background-size: cover; 
	font-family: 'Droid Sans', sans-serif;
}

strong{
	font-weight: 800;
}

.center{
	width: 80%;
	margin: auto;
	text-align: center;
	position: relative;
	top : 15%;
}

h1{
	background: url(../logo.png) no-repeat 0 0;
	display: block;
	width: 400px;
	height: 100px;
	padding-left: 400px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 1em;
}