/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Gotham, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	background-color: #fff;
	color: #808080;
	text-align: center;
}
img, div {
	clear: both;
}
a {
	color: #ff5a01;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	width: 75%;
	max-width: 375px;
	height: auto;
}