* {
	border:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	height: 100%;
	width: 100%;
}

body {
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
	         font-smoothing: antialiased;
	font-size: 10px;
	font-size: 1.0rem;
	height: 100%;
	line-height: 1;
	position: relative;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	     -o-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	width: 100%;
	color: #444;
}

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

br,
hr {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

body {
	background-color: #000;
}

a:hover {
	cursor: pointer;
}

#wrapper {
	text-align: center;
}

#wrapper img {
	display: block;
	margin: auto;
	max-width: 1100px;
	width: 100%;
}