
html {

	background: url("http://www.asofterworld.com/bloody-old/new/background1a.jpg")  no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
		   
	
	z-index: -999;
    
}

body {

	/* set the attributes for the whole page. These cascade down to EVERYTHING and 
		need overriding if you want to something different for a section  */

	font-family: Garamond;
	font-size: 14px; 
	color: #CBCBCB;
	margin:0;

	



	}

a:link {
    	color: whitesmoke;
}
a:visited {
     	color: whitesmoke;
}

.patreonad {
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  color: white;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.patreonad a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.patreonad a:hover {
  color: #cccccc;
}
