html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
	/*height: 100%;*/
}
body {
	margin:0;
	padding:0; 
	background-color: #D3D3D3 !important;
	background-repeat:repeat;
	color:#000 !important;
}
.blank{background-image:none !important; margin:0 !important; padding:0 !important; background-color:Black !important; }
#content {
	position:relative;
}
#header {
	position: relative;
}
#logoheader {
	position: relative;
	height:50px;
}
#navigation {
	position: relative;
	height:30px;
}
#footer {
	height:20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-family:Arial;
	font-size:10px;
	color:#ffffff !important;
}
#loginBG {
  z-index: -999;
  min-height: 100%;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#loginBox {
  position: relative;
  color: #333;
}
.lightGreyGer {
	background-image:url(../../images/logoheaderBG.png);
	background-repeat:repeat;
}
.burgundyGre {
	background-image:url(../../images/noise_pattern_with_crosslines.png);
	background-repeat:repeat;
	border-left:1px solid #5e686d;
	border-bottom:1px solid #2b2f32;
	border-right:1px solid #2b2f32;
}
.blackGre {
	background-image:url(../../images/menuBG.png);
	background-repeat:repeat;
	border-right:1px solid #2f0018;
	border-bottom:1px solid #2f0018;
	border-left:1px solid #2f0018;
}