.footer {
	background-color: #043258;
	color: #929292;
	height: 350px;
}
.footer-container {
	position: relative;
}

.footer .left {
	position: absolute;
	left: 0;
	top: 20px;
	height: 300px;
	width: 45%;
}
.footer .right {
	position: absolute;
	right: 0;
	top: 20px;
	height: 300px;
	width: 45%;
	text-align: right;
}

.sitetitle {
	color: #d2d2d2;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.sitetitle a {
	display: inline-block;
	font-size: 13px;
	padding: 2px 8px;
	border: 1px #d0d0d0 solid;
	border-radius: 6px;
}

.foot-account {
	margin-top: 50px;
	color: #d2d2d2;
	font-weight: bold;
}
.footer .acc-title {
	margin-bottom: 20px;
	font-size: 18px;
}
.footer .acc-content {
	font-size: 14px;
	line-height: 180%;
}


.cscenter-title {
	color: #d2d2d2;
	font-size: 24px;
}

.footer .contacts {
	display: inline-block;
	padding: 0 0 0 10px;
	margin: 15px 0;
	border-top: 1px #d2d2d2 solid;
	border-bottom: 1px #d2d2d2 solid;
}
.footer .contacts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .contacts ul li {
	color: #d2d2d2;
	font-size: 14px;
	margin: 10px 0;
}
.footer .timeinfo {
	line-height: 160%;
}