body {
	background: url(../img/tausta.gif) rgb(30, 7, 55);
}

#pagecontent {
	margin-right: auto;
	margin-left: auto;
	min-height: 300px;
	background: url(../img/header.jpg) no-repeat center top white;
	width: 790px;
	padding: 510px 65px 100px;
	
}	

.kolmepalstaa {
	width: 250px;
	float: left;
	margin-right: 20px;
}

.kolmepalstaa:last-of-type {
	margin-right: 0;
}

.kaksipalstaa {
	width: 330px;
	float: left;
	margin-right: 105px;
}

.kaksipalstaa img {
	margin-top: 15px;
}

.kaksipalstaa:last-of-type  {
	margin-right: 0;
}

.divider {
	width: 790px;
	height: 15px;
	background-color: pink;
	margin: 50px auto 20px;
	background-color: rgb(237, 235, 239);
	clear: both;
}







