body {
	background-color: #ffffff;
}
#logo {
  display:block;
  height:200px;
  position:relative;
}
#logo img {
  position:absolute;
  top:50px;
  left:800px;
  border:0;
}
#background_image {
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:hidden;
  
  display:none; /* Shown with JS */
}
#wrapper {
  width:990px;
  position: relative;
  z-index:2;
}
#header {
	font-family: "Arial Narrow", Arial;
	font-size: 2em;
	color: #000;
	width: 300px;
	left: 600px;
	top: 50px;
	position: relative;
	z-index:3;
	font-weight: bold;
}

