body{
	background-color: #9da2c2;
	font: Arial, Helvetica, sans-serif;
}
}
 p
{
	text-indent: 20px;
	font-size: 150%;
}
header img{
	margin-bottom: 10px;
	width: 100%;
}
.kdnp{
	position: absolute;
	margin: -154px 0 0 20px;
	width: 330px;
	font: 22px/36px Arial, Helvetica, sans-serif;
	z-index: 1;
}
.kdnp .text-h{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	font-weight: normal;
	color: #fff;
}
#content {	
	height: auto;
	padding-bottom: 10px;
	width: 100%;	
}
.art {
	background-color: #eef;
	background-repeat: no-repeat;
	border: 1px solid #999999;
	border-radius: 10px;
	display: inline-block;
	height: auto;	
	margin: 16px 0 0 0;
	padding: 16px 0 0 17px;
	width: 99%;	
}
.art li {
	display: block;
	margin-left: -30px;
	list-style: none;
	width: auto;
}
.art h1 {
	color: blue;
	text-align: center;
}
hr {
	width: 96%;
}
.skd {
	list-style: none;
	width: 100%;
}
.skd h2 {
	margin: 0 0 0 10px; 
	width: 99%;
}

footer {
	background: linear-gradient(180deg, #9da2c2 0%, #3d9bae 100%);
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 95%;
	height: auto;
	margin: 10px 0 0 -3px;
	padding: 0 0 0 22px;
	text-align: center;
	width: 99%;
}
footer a {
	color: #fff;
}





