/* site opbouw */

body			{
					background-image: url('img/bg.jpg');
				}

.container		{
					background-image: url('img/bgmiddle.png');
					background-repeat: repeat-y;
					position: absolute;
					width: 725px;
					top: 0px;
					bottom: 0px;
					left: 23%;
				}

.header			{
					background-image: url('img/header.png');
					position: center;
					width: 675px;
					height: 150px;
				}