@charset "UTF-8";
/* CSS Document */

html {
	background: url(images/churchbench.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	/*	background: url(images/churchbenchbg.jpg) no-repeat                                !important;
	background: url(images/SOPASucks.gif) no-repeat                                !important;
	background-size: 100%;
	background-color:#979a8f;*/
	
	font-family: 'Questrial', sans-serif;
	font-size:25px;
	color:#FFF;
}

/*Links*/
a:link {
	text-decoration:underline;
	color:#FFF;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
a:visited {
	color:#FFF;
}

#welcome {
	vertical-align:middle;
	position:absolute;
	left:145px;
	top:145px;
	width:250px;
	height:100px;
	z-index:1;
	display: table-cell;
	min-height:100px;
	background-color: #000;
	border-radius: 25px;
	opacity: 0.6;
	padding: 10px;
}
#pgbranding {
	position:absolute;
	bottom: 0;
	left:0;
	width: 100%;
	text-align: left;
	font-size:18px;
	color:#234;
}
