.container {
	position: relative;
	height: 100%;
}
.blue {
	color: #0d4d99;
}

#header h1 {
	line-height: 1.2;
}

#content {
	width: 100%;
	min-width: 980px;
	background: rgba(13, 77, 153, 0.2);
}
#content .container {
	width: 55%;
	margin: auto;
	padding: 1px 0 1px 0;
	background: #fff;
}
#content h1 {
	width: 80%;
	margin: 0.5em auto 0.5em auto;
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #aaa;
}
#content img {
	width: 100%;
}
#content .desc {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#content h2 {
	width: 80%;
	margin: 1em auto 1em auto;
	padding-bottom: 1em;
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/200/css_img/ttl_bg2.png) bottom center no-repeat;
	background-size: 100% auto;
	color: #0d4d99;
	text-align: center;
}

#content .banner {
	padding: 0em 2em;
    	margin: 0 auto 2em auto;
}
#content .banner a {
	display: block;
	color: #222;
	font-weight: bold;
	text-decoration: none;
}
#content .banner a {
	font-size: 18.5px;
}
#content .banner a:hover {
	opacity: 0.8;
}
#content .lnktxt {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10em;
	background: #0d4d99;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}

#link {
	position: relative;
	height: 42px;
	line-height: 42px;
	margin-bottom: 3em;
}
#link a {
	display: block;
	width: 100%;
	text-decoration: none;
}
#link .prev,
#link .next {
	position: absolute;
	top: 0;
	width: 15%;
}
#link .prev {
	left: 5%;
}
#link .btn {
	position: absolute;
	top: 0;
	left: 21%;
	width: 58%;
	height: 100%;
}
#link .next {
	right: 5%;
}
#link .prev a {
	color: #444;
	text-align: center;
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/200/css_img/btn_prev.png) left top no-repeat;
	background-size: auto 100%;
}
#link .next a {
	color: #444;
	text-align: center;
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/200/css_img/btn_next.png) right top no-repeat;
	background-size: auto 100%;
}
#link .btn a {
	display: block;
	width: 65%;
	padding: 1.5em 0 1.5em 35%;
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/200/css_img/button_bg.png) center center no-repeat;
	background-size: auto 100%;
	line-height: 1.3em;
    	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
}