body {
	color: #ffffff;
	height: 100%; /* for ie 6*/
	margin: 0;
}

a {
	color: #ffffff;
}

div#centeringOuter {
	display: table;
	margin: 0 auto;
	text-align: center; /* really for text positioning and not for div alignment */
	position: absolute;
	width: 100%;
	z-index: 2;
}

div#centeringInner {
	margin: 0 auto;
	width: 924px;
}

div#header {
	margin-bottom: 20px;
}

div.address {
	float:left;
	width:49%;
}

div#sideMenuContainer {
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
	margin-right: 4px;
	text-align: right;
}

div#sideMenuContainer a {
	color: #000000;
	text-decoration: none;
}

div#sideMenuContainer div {
	background-color: #FFFFFF;
	float: right;
	padding: 2px;
}

div#pattern {
	background-image:url(../gfx/stajan_background.jpg);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}