/* body definitions */
body {
	background: #ffffff;
	color: #000000;
	font: 1em times, serif;
}

/* just the containing divs definitions with no fixes for browser errors or other corrections */
#centrecontent{
	position: relative;
	background: #ffffff;
	color: #000000;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	color: #000000;
	background: #ffffff;
	text-align: center;
}


