#vasen {
/* Typical fixed height and fixed width example */
width: 				300px;
height: 			240px;
overflow: 			auto;
float:				left;
/* IE overflow fix, position must be relative or absolute*/
position: 			relative;
color:				white;
margin-left:		50px;
margin-top:			30px;
padding: 			15px;
}

#oikea {
/* Typical fixed height and fixed width example */
width: 				340px;
height: 			240px;
overflow: 			auto;
float:				left;
/* IE overflow fix, position must be relative or absolute*/
position: 			relative;
color:				white;
/* top:				460px;
margin-left:		380px;*/
margin-top:			30px;
padding: 			15px;
}
