/*** css for possibility.is by Sherwin Arnott ***/

body {
    background-image: url("https://possibility.is/images/dalton-wilcox.gif");
    background-position: center 200px;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-origin: padding-box;
	background-size: 75%;
	background-clip: border-box;
    }
 

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em */
	display:block;
	background-color: #ffffff;
	margin:10%;
	padding:0;
	height:79%;
	color:#000;
	}
