body {
	margin: 0;
	padding: 0;
	min-width: 100%;
	position: absolute
}
.background-container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('tausta.png');
	background-size: 100% 100%;
	background-repeat: repeat-y;
	z-index: -1;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	text-align: center;
	padding: 10px;
	font-size: 1.5em;
	color: white;
	background-color: #8F1A8F;
}
.page-content {
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 70px;
	padding-bottom: 90px;
}
.logo {
	display: block;
	width: 90%;
	max-width: 400px;
	margin:auto;
}
h1 {
	color: #8F1A8F;
	font-size: 3.2em;
}
p {
	font-size: 1.2em;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	height: 80px;
	font-size: 1.5em;
	color: white;
	background-color: #8F1A8F;
}
footer a {
	color: white;
	text-decoration: none;	
}
footer a:hover {
	text-decoration: underline;	
}
.footer-text-container {
	width: 95%;
	max-width: 1001px;
	margin:auto;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer-item {
	width: 250px;
	float:left;
	padding-bottom: 15px;
	height:30px;
}
.footer-img {
	float: left;
	height:30px;
	margin-right: 10px;
	margin-left: 10px;
}
.footer-item-comp-info {
	position: absolute;
	bottom: 10px;
	left: 50px;
	right: 0;
	width:240px;
	font-size: 0.7em;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 1.3em;
    }
    h1 {
    	font-size: 1.2em;
    }
    .page-content {
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 190px;
	}
	header {
		font-size: 0.7em;
	}
	footer {
		font-size: 1.4em;
		height: 180px;
	}
	.footer-item {
		width: 300px;
	}
}