@charset "UTF-8";
body {
	background-color: rgb(160,181,198);
}

#outer {
	height: 650px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#inner {
	position: absolute;
	height: 650px;
	width: 1000px;
	top: 0px;
}

#intromain {
	position: absolute;
	height: 525px;
	width: 1000px;
	top: 125px;
	background-color: rgb(65,34,13);
}

#main {
	position: absolute;
	height: 525px;
	width: 1000px;
	top: 125px;
	background-color: rgb(160,181,198);
}

#introAnimation {
	position: absolute;
	height: 490px;
	width: 1000px;
	left: 0px;
	top: 0px;
}

#elementlogo {
	position: absolute;
	height: 25px;
	width: 25px;
	right: 10px;
	bottom: 0px;
	background-image:url(images/element_logo_saranac.png);
}
