@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
}
.content {
	position: absolute;
	margin: -150px 0 0 -176px;
	top: 50%;
	left: 50%;
	width: 353px;
}
h1 {
	margin: 0 0 16px 0;
}
.description {
	padding: 22px 25px 24px 25px;
	background-color: #ff;
	border: 5px solid #D8EAEF;
}
p {
	margin: 0 0 1em 0;
	text-align: left;
	color: #333;
	font-size: 15px;
	line-height: 1.2;
}
p.last {
	margin: 0;
}
a {
	color: #00648A;
}
a:hover {
	color: #28adca;
}
