@charset "UTF-8";
body {
	background-color: rgb(231,228,226);
}

#outer {
	height: 700px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#inner {
	position: absolute;
	height: 700px;
	width: 900px;
	top: 0px;
}

#main {
	position: absolute;
	height: 600px;
	width: 900px;
	top: 50px;
	background-color: white;
}

#introAnimation {
	position: absolute;
	height: 600px;
	width: 900px;
	left: 0px;
	top: 0px;
}

#logoType {
	position: absolute;
	height: 38px;
	width: 120px;
	bottom: 0px;
	left: 20px;
	background-image: url(images/logoType.png);
}

#contactText {
	position: absolute;
	height: 38px;
	width: 800px;
	bottom: 0px;
	right: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: rgb(142,125,132);
	letter-spacing: 1px;
	text-align: right;
}

#noFlash {
	position: absolute;
	width: 900px;
	height: 600px;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(215,208,204);
}