body {
	background-image: url(suksma-sml.png);
}
.overlay {
	position: fixed;
	top:0;left: 0;right: 0;bottom: 0;
	background-color: rgba(212, 228, 178, 0.89);
	z-index: -1;
}

.header {
    margin-bottom: 40px;
    background-color: #97cb2b;
    margin-top: 15px;
}
.header img {
	float: left;
	width: 200px;
}
.header h3 {
	padding-top: 44px;
	margin-top: 15px;
}

.wrap {
	margin-top: 15px;
	background-color: rgba(255,255,255,0.8);
}

.content {
	margin: 40px 20px;
}