body {
	background: #e9e9e9;
	font-family: 'Helvetica', sans-serif;
	color: #000;
	text-align: center;
}
.content {
	margin: 0 auto;
}
a {
	color: #eb1c23;
	text-decoration: none;
}
a:hover {
	color: #747474;
}
img {
	max-width: 100%;
}