#header { display: none; }

#sideMenu { display: none; }

#vignetteBar { display: none; }

#navigation { display: none; }

#logo { display: none; }

#background { display: none; }

body {
	color: #000000; background: #ffffff;
}

/* MSIE/Win doesn't understand 'inherit' */
a, a.external, a.new, a.stub {
	color: black ! important;
	text-decoration: none ! important;
}

#mainContent {
	margin: 0 ! important;
}

/* Continue ... */
a, a.external, a.new, a.stub {
	color: inherit ! important;
	text-decoration: inherit ! important;
}


/* */
#mainContent {
	position: relative;
	margin: inherit ! important;
}



