* {
	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: 500px;
	display: block;
	position: absolute;
	top: 0px;
	left: 7px;
	background: url('gui_02.png') top left no-repeat;
	z-index: 2;
}
#mainImage {
	float: left;
	margin: 100px 0 0 0;
	width: 1000px;
	height: 500px;
	/*background: url('mainImage_00.jpg') center center no-repeat;*/
	z-index: 1;
	position: relative;
}
#mainImage #slide-images {
	position: relative;
	display: block;
	width: 900px;
	height: 400px;
	margin: 50px;
	overflow: hidden;
}
	#mainImage #slide-images li {
		position: absolute;
		display: block;
		list-style-type: none;
	}
	#worshiping {
		height: 100px;
		width: 360px;
		position: absolute;
		top: 70px;
		right: 19px;
		background: url('gui_03.png') top left no-repeat;
	}
	#mainImage .overlay {
		width: 1000px;
		height: 500px;
		position: absolute;
		top: 0px;
		left: 0px;
		background: url('gui_04.png') top left no-repeat;
	}
#threebuttons {
	width: 1000px;
	height: 200px;
	clear: both;
	float: left;
	position: relative;
}
	#threebuttons .overlay {
		width: 1000px;
		height: 200px;
		position: absolute;
		top: 0px;
		left: 0px;
		background: url('gui_05.png') top left no-repeat;
		z-index: 1;
	}
	#threebuttons .row1 {
		width: 900px;
		height: 200px;
		float: left;
		padding: 0 50px;
		position: relative;
		z-index: 2;
	}
	#threebuttons .row2 {
		width: 900px;
		height: 200px;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 50px;
		z-index: 0;
	}
	#threebuttons .button1,
	#threebuttons .button2,
	#threebuttons .button3 {
		width: 300px;
		height: 200px;
		float: left;
		position: relative;
	}
	#threebuttons .button1 {background: url('button1.jpg') top left no-repeat;}
	#threebuttons .button2 {background: url('button2.jpg') top left no-repeat;}
	#threebuttons .button3 {background: url('button3.jpg') top left no-repeat;}
	#threebuttons .overlayTitle {
		width: 300px;
		height: 50px;
		display: block;
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 2;
		cursor: pointer;
	}
	#threebuttons .buttonImage {
		width: 300px;
		height: 200px;
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		background: #DDDDDD;
		z-index: 1;
	}
	#threebuttons .button1 .overlayTitle { background: url('gui_07.png') top left no-repeat; }
	#threebuttons .button2 .overlayTitle { background: url('gui_08.png') top left no-repeat; }
	#threebuttons .button3 .overlayTitle { background: url('gui_09.png') top left no-repeat; }
	#threebuttons .buttonDesc {
		width: 300px;
		height: 150px;
		display: block;
		clear: both;
		color: #FFFFFF;
		background: #000000;
		position: relative;
		z-index: 2;
		opacity: 0.8;
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		text-decoration: none;
	}
		#threebuttons .buttonDesc div {
			width: 240px;
			height: 90px;
			padding: 30px;
			display: block;
		}
#continue {
	width: 1000px;
	height: 150px;
	clear: both;
	float: left;
	background: url('gui_06.png') top left no-repeat;
}
	#continue a {
		width: 900px;
		height: 50px;
		float: left;
		margin: 50px;
	}
