@charset "utf-8";

/* --------------------------
   Redefine HTML-Tags
   -------------------------- */
* {
	margin:0;
	padding:0;
}
BODY {
	background:#C0D25C;
}


/* --------------------------
   Container
   -------------------------- */
#container {
	width:940px;
	min-height: 541px;
	margin:0 auto 0 auto;
}
HTML > BODY #container {
	height:auto;
}


#left {
	float: left;
	width: 625px;
	background: url(../images/layout/outlet.home.left.jpg) no-repeat left top;
}
#right {
	float: left;
	width: 315px;
}


#spacer {
	float: left;
	width: 1px;
	height: 541px;
}
#actie {
	width: 367px;
	margin: 10px 0 0 250px;
}
#payoff {
	width: 940px;
	margin: 0 auto 0 auto;
	text-align: center;
}