* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
	background: #000000 url('gui_01.jpg') top center no-repeat;
	background-attachment: fixed;
}
#wrapper {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#logo {
	width: 500px;
	height: 200px;
	display: block;
	position: absolute;
	top: 0px;
	left: 7px;
	background: url('gui_02.png') top left no-repeat;
	z-index: 2;
}
#worshiping {
	height: 100px;
	width: 360px;
	position: absolute;
	top: 70px;
	right: 19px;
	background: url('gui_03.png') top left no-repeat;
	z-index: 2;
}

#container {
	width: 800px;
	height: auto;
	padding: 230px 50px 50px 50px;
	margin: 0 50px 0 50px;
	display: block;
	background: #000000;
	position: relative;
	z-index: 0;
	clear: both;
	background: url('trans.png') top left repeat;
}
	#container div {
		width: 800px;
		display: block;
	}
	#container .header {
		width: 800px;
		float: left;
		clear: both;
		margin: 0 0 30px 0;
	}
		#container .title {
			height: 25px;
			width: auto;
			float: left;
		}
		#container .nav {
			height: 15px;
			width: auto;
			float: right;
			padding: 10px 0 0 0;
		}

#continue {
	width: 1000px;
	height: 150px;
	clear: both;
	display: block;
	margin: 0 auto;
	background: url('gui_06.png') top left no-repeat;
}
	#continue a {
		width: 900px;
		height: 50px;
		float: left;
		margin: 50px;
	}

#postcard {
	width: 850px;
	height: 572px;
	display: block;
	background: url('postcard.png') top center no-repeat;
}
div#tcclogo {
	width: 300px;
	height: 174px;
	display: block;
	background: url('tcclogo.gif') top left no-repeat;
	border: solid 5px #444444;
	float: left;
	margin: 0px 20px 0 0;
}
div.purpose {
	margin: 0 0 20px 0;
	font-size: 16pt;
	font: italic 18pt Georgia, Times, Times New Roman;
	color: #FFFFFF;
}
div.purpose div.text {
	float: left;
	margin: 8px 0 0 0;
}
#container .program p {
	color: #AAAAAA;
}
#container p strong {
	color: #FFFFFF;
}
