html, body {
	height: 100%;
	margin:0;
	background-color: #000000;

}


#jesus {
    margin: auto;
	background: url(one-eyed-blue-jesus.gif) repeat;
	width: 394px;
	height: 600px;
	display: block;
	position: relative;
	margin-top: 20px;
}

#quote { 
	font-family: 'Roboto Slab', serif; font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	font-size: 20pt;
	text-shadow: 2px 2px #000000;

}
