@charset "UTF-8";
/* CSS Document */

#container {
	position:relative;
	height:100%;
	width:100%;
	background-image:url(../img/achtergrond_strategie.jpg);
	background-position:center 190px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	overflow-y:auto;
	overflow-x:hidden;
}
