body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 660px;
}

.vitikainen, .teollisuus {
	width: 100%;
	height: 50%;
	position: relative;

}

.vitikainen a, .teollisuus a {
	position: absolute; width: 100%; height: 100%, left: 0; top: 0; right: 0; bottom: 0;
}

.vitikainen {
	background: #0079ad url('vitikainen-bg.png') center center no-repeat;
}

.teollisuus {
	background: #fd8204 url('teollisuus-bg.png') center center no-repeat;
}