body {
	background-color: black;
	font-family: Cabin;
	color: white;
	
	background-image: url('brianbackground.png');
background-repeat: no-repeat;
background-position: bottom left;
background-attachment: fixed;


-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;

background-size: cover;



}


#quote p {
	text-align: right;
	font-size: 1.5em;
	margin: 50px;
	position: relative;
	z-index: 1;
}



#button {
	height: 150px;
	width: 150px;
	position: relative;
	float: right;
	margin-right: 50px;
	margin-bottom: 50px;
	z-index: 1;
}

img {
	height: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}


	







