* {
	margin: 0;
	padding: 0;
}

body.main {
	background: white url(/gfx/bg_riss_gw.gif) top left repeat-x;
	margin-top: 40px;
}

body.consulting  {
	background: white url(../gfx/bg_riss_wb.gif) top left repeat-x;
	margin-top: 40px;
}

#browser {
	width: 100%;	
}

#webContent {
	width: 980px;
	margin: 0 auto;
}

.killer {
	clear: both;
}

.hidden {
	visibility: hidden;
}

#mainBox .spacer {
	clear: both;
	height: 40px;
	border-bottom: solid 1px white;
}

#consultingBox .spacer {
	clear: both;
	height: 40px;
	border-bottom: solid 1px black;
}