* {
	margin: 0;
	padding: 0;
	
}
body {
	text-align: 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%; 
}
