/**
 * Title: Lodewijk Mode
 * Description: This stylesheet defines the default layout of lodewijkmode.nl
 * Copyright: Pronamic Internet, Vormgeving en Software
 * Company: Pronamic Internet, Vormgeving en Software
 * Author: Remco Tolsma
 * Version: 1.0
 */

html, body {
	height: 100%;
}

body {
	background: #000;

	color: #FFF;

	margin: 0;
}

object {
	display: block;
}

#container {
	height: 100%;
}
