body, html {
    /*background: #ececec;*/
    color: #000;
}

body {
	background: url('../images/side.jpg') no-repeat top right #e7e0c4;
    background-attachment: fixed;
    background-size: auto 100%;
}

.main {
    background: rgba(27, 153, 31, 0.6);
    padding: 15px;
    color: white;
    min-height: 141px;
}
.whitebg {
	background: #e7e0c4;
	margin-left: 30px;
}

ul.related-links {
	list-style-type: none;
	text-align: right;
	padding: 0;
	text-decoration: none;
}
ul.related-links a {
	background: rgba(0, 122, 4, 0.58);
	color: white;
	padding: 10px 10px;
}
/*li:hover {
	list-style-type: none;
	text-align: right;
	padding: 0;
	background: #EDEDED;
	color: white;
	text-decoration: none;
}*/

ul.related-links li {
	display: inline-block;
	padding: 5px 0;
}

a:focus, a:hover {
    color: #00487A;
    text-decoration: underline;
}

footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin: 0 auto;
    padding: 10px 0 17px 0;
    position: relative;
    background: rgba(0, 122, 4, 0.58);
    color: white;
    clear: both;
    margin-top: 30px;
}
footer p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}
footer a {
    color: #456c8a;
}
footer a:focus, footer a:hover {
	text-decoration: underline;
	color: #00487A;
}
footer img {
	display: inline-block;
	vertical-align: middle;
	max-width: 55px;
	margin-right: 15px;
}
footer .info {
	display: inline-block;
	vertical-align: middle;
}

.wrap {
	margin: 0 auto;
    width: 980px;
}