body {
	padding-bottom: 100px;
}

p {
	margin: 0 0 30px;
}

.background {
	background: url("img/background.jpg");
}

.header {
	background-color: #ffffff;
}

.header-hr {
	border-bottom: 2px solid #aa8e73;
	padding:       0;
	margin:        0;
}

.logo img {
	margin-top:    35px;
	margin-bottom: 35px;
	display:       inline;
}

.content-img {
	margin: 10px 0 40px;
}

.content {
	padding:     40px 0 10px;
	line-height: 23px;
}

.content li {
	list-style-image: url("img/list-dot.png");
	margin-bottom:    20px;
}

.content img {
	max-width:     100%;
	height:        auto;
	margin-bottom: 30px;
}

.h-highlight {
	color: #aa8e73;
}

.licence {
	font-size: 12px;
}

.footer-bg {
	background-color: #aa8e73;
	height:           60px;
}

.footer-img {
	margin:  40px 0;
	display: inline-block;
}

.content-img img {
	display: inline-block;
}

.footer-bg ul {
	margin-top:   17px;
	text-align:   center;
	margin-left:  0px;
	padding-left: 0;
}

.footer-bg li {
	display:      inline-block;
	color:        #fff;
	border-right: 1px solid #fff;
	padding:      0 15px;
}

.footer-bg li:last-child {
	border-right:none;
}

.footer-bg li a{
	color: #fff;
}