a {color:white;
  text-decoration: none;}

/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: white;
}


body { 
  background: url("bgsplash.jpg") no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.window { 
  background: url("ghostbg.png") repeat-y top center fixed;
	height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.signup { 
     padding-top: 30%;
	background: none;
  text-align: center;
  color: #db6d47;
}

.boxer { 
	padding: 10px;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  background: #f0d39c;
  vertical-align: middle;
}


.ghost { 
      background: rgba(200, 54, 54, 0);
		height: 200px;
  }
h1.ghost { 
      font-size: 400%;
  }

  
.story { 
      background-color:#db6d47;
		height: 500px;
  }
  
  .dark {
	background-color: #2a2522;
	color: #ffffff;
	text-align: left;
}

