
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;
}


