@charset "utf-8";
/* CSS Document */

html { 
	background: url(http://www.asstr.org/~Hardon_Nick/images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a, a:hover, a:active, a:visited { color: white; }