body{
	font-family:'Arial';
	margin:0px;
	background-image:url("../img/page_bg.jpg");
	background-repeat:no-repeat;
	background-size:100%;
	background-color:#282a2c
}
.container{
	max-width:990px;
	display:table;
	margin:auto;
	width:100%;
	background-color:#fff;
	table-layout: fixed;
}
.content{
	width:60%;
	padding:20px;
    height: 100%;
	display:table-cell;
}
.content > div{
	box-sizing: border-box; 
}
.sidebar{
	width:40%;
	background-color:#eeeff0;
	padding:20px;
	height: 100%;
	display:table-cell;
	vertical-align:top;
}
.sidebar > div{
	box-sizing: border-box; 
}
.img-logo{
	width:100%;
}
.catalogue{
	margin-top:60px;
}
.catalogue a{
	display:flex;
	align-items:center;
	text-decoration:initial;
	color: #4e8944;
	font-weight:bold;
}
.download{
	font-size:20px;
	text-transform:uppercase;
	padding-left:40px;
	text-align:center;
}
.pagetitle{
	font-size:20px;
	color:#4e8944;
	display:table;
	margin-top:20px;
	padding-bottom:10px;
}