body{
	
	background: url(../media/ararat_tal_1.jpg) no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
	
}


header, main, footer{
	width: 1200px;
	margin: auto;
}



article{
	padding: 0 20px 10px;
	
}
section{
	background: rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid #c0c0c0;
}

section:last-child{
	border-bottom: none;
}

h3{
	padding-bottom: 20px;
}

.left{
	float: left;
	margin-right: 10px;
}

.right{
	float: right;
	margin-left: 10px;
}

p{
	line-height: 1.5em;
	margin-bottom: 100;
}