﻿h1.background {
				width: 65%;
				line-height: 50px;
				background: url('ASSETS/Clouds_3.jpg');
}

h1  {
				margin: 10px;
				padding: 5px;
				font-family: "Lucida Calligraphy";
				font-weight: bolder;
				font-style: normal;
				font-variant: normal;
				color: yellow;
				text-align: center;
				text-indent: inherit;
				border: medium groove navy;
				width: 65%;
				font-size: x-large;
				display: block;
				vertical-align: middle;
				line-height: 50px;
				word-spacing: 1em;
				float: left;
				clip: rect(auto, 25%, auto, auto);
				left: 30%;
				position: absolute;
}



#layer1 {
	position: absolute;
	width: 730px;
	height: 20px;
	z-index: 1;
	left: 95px;
	top: 205px;
	margin:auto;
	width:80%;
	text-align: center;
														
}

#layer2 {     	position: absolute;
                width: 500px;
                height: 45px;
                z-index: 2;
                left: 305px;
                top: 155px;
}

#layer3 {		position: absolute; 
				width: 205px; 
				height: 170px; 
				z-index: 3; 
				left: 20px; 
				top: 30px;
}

#layer4 {
				position: absolute;
				width: 208px;
				height: 148px;
				z-index: 4;
				left: 20px;
				top: 250px;
				border: thin navy;
				border-style: solid;
}

#layer5 {
	position: absolute;
	width: 648px;
	height: 996px;
	z-index: 5;
	top: 250px;
	left: 230px;
	border: thin navy;
	border-style: solid;
	padding: 50px;
	text-indent: 5px;
	font-family: "Calisto MT";
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}	

#layer6  {
	position: absolute;
	width: 207px;
	height: 946px;
	z-index: 6;
	top: 400px;
	left: 20px;
	text-align:center;
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}				

