body {
	background:#E9E9E9;
}

#backgnd {
	position: relative;
	z-index: 1;
	width: 800px;
	height: 516px;
	display: block;
	margin: 0 auto;
	-moz-box-shadow:3px 3px 6px #000000;
	-webkit-box-shadow:3px 3px 6px #000000;
	box-shadow:3px 3px 6px #000000;
}

#backgnd:before {
	content: "";
	background: url('../images/background.jpg');
	background: url('../images/nature.jpg');
	opacity: .2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;   
}

#logo{
		position: absolute;
		z-index: 2;
		top:5px;
		left:5px;
		width: 200px;
}

#Title{
		position: absolute;
		z-index: 3;
		top:-5px;
		left:210px;
		width: 750px;
		height: 30px;
		color: #009933;
		font-size: 48px;
		text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

#Content{
		position: absolute;
		z-index: 3;
		top: 61px;
		left:10px;
		width: 750px;
		padding: 10px;
		font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
		font-size: 14px;
		font-style: normal;
		font-variant: normal;
		font-weight: 700;
		line-height: 20px;
		-moz-box-shadow:3px 3px 6px #000000;
		-webkit-box-shadow:3px 3px 6px #000000;
		box-shadow:3px 3px 6px #000000;
}

#Contact{
		position: absolute;
		z-index: 3;
		top: 330px;
		left:10px;
		width: 750px;
		padding: 10px;
		font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
		font-size: 14px;
		font-style: italic;
		font-variant: normal;
		font-weight: 600;
		line-height: 20px;
		-moz-box-shadow:3px 3px 6px #000000;
		-webkit-box-shadow:3px 3px 6px #000000;
		box-shadow:3px 3px 6px #000000;
}

a:hover{
	color: red;
	font-size: 16px;
}

#Location{
		position: absolute;
		z-index: 3;
		top: 400px;
		left:500px;
		width: 250px;
		height: 80px;
		padding: 10px;
		font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
		font-size: 14px;
		font-style: normal;
		font-variant: normal;
		font-weight: 800;
		line-height: 20px;
		color: blue;
		-moz-box-shadow:3px 3px 6px #000000;
		-webkit-box-shadow:3px 3px 6px #000000;
		box-shadow:3px 3px 6px #000000;
}
