body {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1240px;
	color: rgb(51,51,51);
	font-family: "Quattrocento Sans", arial, sans-serif;
}

.title {
	margin: 0 20px 0 50%;
}

.page {
	margin: 0 20px;	
}

.copyright {
	margin: 0 50% 0 20px;
}

img {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.title img,
.copyright img {
	margin: 10px 0;
	width: 100%;
	max-width: 600px;
}

.page img {
	margin: 10px 0;
	width: 100%;
	max-width: 1200px;
}

.text {
	margin: 40px 20px 30px;	
}

p {
	text-align: center;
	display: inline-block;
	float: none;
	width: 100%;
	max-width: 1200px;
	font-size: 14px;
	line-height: 28px;
}

a {
	color: #f33;
	border-bottom: solid 1px #f33;
	text-decoration: none;

}

a:hover {
	border-bottom: none;
}


