@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 960px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #FFF;
	background-image: url(strijp.jpg);
	background-repeat: repeat;
	height: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

