html {
        background: url(../img/ourstory.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		margin: 0 auto;
		height:100%;width:100%;		
}