* {
	margin: 0;
	padding: 0;
	
}
body {
	text-align: center;
	background-image: url(cover.jpg);   
    background-repeat: no-repeat;
    background-position:center;
	color: #000000;
	font-weight: bold;
	
	width: 100%;
    height: 100%;
	overflow: hidden;
	
    
}
a {
	color: #181818;
	text-decoration: none;
}

img {
	border: 0;
}

html { 
height: 100%; min-height: 100%; 
}