/*!
 * $Id: index.css 2 2009-08-26 02:41:21Z luke_schreur $
 * $Date: 2009-08-26 12:41:21 +1000 (Wed, 26 Aug 2009) $
 */

html {
	width: 100%;
	height: 100%; 
	background: #EAEAE7;
	font-family: "Lucida Console", "Courier New", monospace;
}

body {
	width: 100%;
	height: 100%;
}

object { outline:none; } /* FF3 Win Bug Fix - Scott */

.clear {
clear: both;
}