/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */

body{
	background: #FFFFFF url(../img/logo.gif) no-repeat right top;	
	color: #000000;
	font-size: 76%;
   	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#frame {
	border: none;
	left: 0;
	position: absolute;
	margin-top: 30px;
	width: 95%;
}

#header{
	display: none;
}

#menu {
	display: none;
}

#left {
	display: none;
}

#center {
	float: left;
	width: 100%;
}

#content {
	float: left;
	padding: 4px;
	width: 90%;
	line-height: 122%;
}
