/* Print CSS file */

@import "design.css";

.floating_btn, #userbox, #menu, #left, #footer, #options, #search, #adminSuperMenuWrapper, #modeTopLine, #userboxNew, #environmentFooterWrapper {
	display: none;	
}
#layout {
	width: 1100px;
	margin: 0px auto;
	position: static;
}
#logo, #flashmode, #postit {
	display: inline;
}

html {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	background: white;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background: white;
}
div, p, span, a, table, tr, td, th, ul, ol, li{
	background: white;
	color: black;
}
.modeTopLine{
	border-top: 0px;
}
#content{
	background: white;
	color: black;
}