* {
	margin: 0;
	padding: 0;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

a,
a:hover,
a:focus {
	color: #000000;
	outline: none;
}

img {
	max-width: 100%;
}

.wrapper {
	margin-top: 50px;
	text-align: center;
}