body {
	background: #908476;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* 
	Cellen rond de content.
*/
table.frame {
	width: 100%;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
}

/* 
	De cel waar de content (.swf) in staat.
*/
td.content {
	width: 940px;
	height: 544px;
	
	border: 0px;
}



