body {
 	height: auto;
	background-image: url('../img/bg.jpg');
	background-color: #000000;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	min-height: 100px;
	background-attachment: fixed;
}

article {
	width:900px;
	padding:20px;
	margin:100px auto 40px auto;
	background: #ffffff;
	text-align: center;
}

footer {
	width:940px;
	margin: 0 auto;
	text-align: center;
}

h1 {
	font-family: 'Abel', arial, serif;
	font-size: 40px;
	font-weight: bold;
	color: #282828;
	margin: 0 0 20px 0;
	line-height: 110%;
}

h2 {
	font-family: 'Abel', arial, serif;
	font-size: 23px;
	color: #282828;
	margin: 0 0 5px 0;
	line-height: 110%;
}

h3 {
	font-family: 'Abel', arial, serif;
	font-size: 16px;
	color: #282828;
	margin: 0;
	line-height: 110%;
}

p {
	font-family: 'Abel', arial, serif;
	font-size: 15px;
	color: #282828;
	line-height: 140%;
}

a, a:visited {
	font-family: 'Abel', arial, serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.container {
	width:100%;
	overflow:hidden;
}

.half {
	width:46%;
	margin:0 2%;
	float:left;
}

.half img {
	width:100%;
	border: 5px solid #b71d23;
	margin:0 0 20px 0;
}

.third {
	width:31%;
	margin:0 1%;
	float:left;
}

.knap {
	height: auto;
	width:150px;
	background-color: rgb(183, 29, 35);
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	position: relative;
	clear: both;
	min-height: 4px;
}

.white {
	color: #ffffff;
}

.border-top {
	border-top: 5px solid #ffffff;
	padding-top:10px;
}
