img.bg {
  /* Set rules to fill background */
  min-height: 100%;
	
  /* Set up proportionate scaling */
  width: auto;
  height: 100%;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

.page-wrap { position: relative; }

div.float-left {
	float: left;
}

p.logo {
    position:absolute;
text-align: center;
    background: white;
    opacity: 0.6;
  font-family: arial;
  font-size: 12px;
  min-width: 75%;
font-size: 12px;
}
