#wrapper{
	background:url(../images/links/bg.jpg)no-repeat center top;
	background-size:cover;
	background-attachment: fixed;
}


article{
}


/* .cont */
.cont{
	padding:5% 0 2%;
}
.cont h3{
	margin-bottom:25px;
	padding:5px 0 2px;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #000099;
	position:relative;
}
.cont h3:after{
	content:'';
	display:block;
	width:173px;
	height:3px;
	background-color:#000099;
	position:absolute;
	bottom:-1px;
}



/* #cont1 */
#cont1{
}
#cont1  > div{
	width:47%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	letter-spacing:normal;
}
#cont1  > div:first-child{
	margin-right:3.5%;
}

#cont1  > div:last-child ul li{
	margin-bottom:20px;
}
#cont1  > div:last-child ul li:last-child{
	margin-bottom:0;
}
