body {
	height: 100%;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

#fsb {
	position: fixed;
}


#fsb img {
	min-height: 100%;
	width: 100%;
    margin: -10% 0 0 0;
	z-index: 0;
	position: relative;
}

#container {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: relative;
}

#banner {
	height: 100px;
	width: 100%;
	background: #0d0d0d url(../images/jailschurches.png) no-repeat;
	background-position: center 60%;
	color: #ffffff;
	text-indent: -99999px;
	position: relative;
	top: 50%;
}

