body {
	background-color: #9aafaa;
}

.container {
	width: 930px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	margin-top: 40px;
}

.right {
	width: 480px;
	float: right;
	background-image: url(../images/PI_taalkeuze_winter2011.jpg);
	background-repeat: no-repeat;
	height: 340px;
}

.left {
	width: 400px;
	float:left;
	padding-top: 40px;
	padding-left: 50px;
}

.empty {
	clear: both;
}

