body {
	font-family: "Times New Roman", Georgia, Serif;
	font-size: normal;
	color: black; 
    margin: 0;
    padding: 0;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	background-repeat: no-repeat;
    background-attachment: fixed;
	background: #1A2634; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1A2634, #1f2f42 20%, #27364D 40%, #344868 52%, #435779 60%, #58708C 70%, #737D8F 80%, #A5867A 94%, #E09557 98%, #DF7E3F 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1A2634, #1f2f42 20%, #27364D 40%, #344868 52%, #435779 60%, #58708C 70%, #737D8F 80%, #A5867A 94%, #E09557 98%, #DF7E3F 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1A2634, #1f2f42 20%, #27364D 40%, #344868 52%, #435779 60%, #58708C 70%, #737D8F 80%, #A5867A 94%, #E09557 98%, #DF7E3F 100%);
	background: linear-gradient(#1A2634, #1f2f42 20%, #27364D 40%, #344868 52%, #435779 60%, #58708C 70%, #737D8F 80%, #A5867A 94%, #E09557 98%, #DF7E3F 100%);
	
}


.image {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 300px;
}

#stars {
	transform-origin: 150% 150%;
}

#master{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 20;
}

#loading {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 90%;
	text-align: center;
	bottom: 10%; 
	padding: 10px;
	background-color: black;
	color: white;
	font-size: 36px; 
	font-family: 'Amatic SC', cursive;
	}

#sigcontainer {
	
	/* display: none;  */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -200px;
	width: 400px;
	height: 400px;
	background-image: url("sig3.png");
	background-repeat: no-repeat;
	background-position: center; 
	z-index: 25;
}

#layercontainer {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    width: 300px;
    height: 300px;
	background-color: black;
	overflow: hidden;
	 border-radius: 50%;
	 border: 4px solid #006cff;
}​

#landscape {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 0;
	padding: 0;
}

