﻿body {
	background-color: #ffffff;
	overflow: hidden;
	font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
}

footer { position: absolute;bottom: 0;left: 0;width: 100%;
	text-align: center;
	z-index: 250;
	color: #fff;
	font-size: 12px;
}
footer strong { text-transform: uppercase;}

#stripe1 {
	position: absolute;
	top: 0;
	left: 50px;
	width: 100px;
	height: 100%;
	z-index: 100;
	background-color: #D1DBBD;
	-ms-opacity: 0.2;
	opacity: 0.2;
}

#stripe2 {
	position: absolute;
	top: 0;
	left: 100px;
	width: 100px;
	height: 100%;
	z-index: 150;
	background-color: #91AA9D;
	-ms-opacity: 0.2;
	opacity: 0.2;
}

#stripe3 {
	position: absolute;
	top: 0;
	left: 150px;
	width: 100px;
	height: 100%;
	z-index: 200;
	background-color: #193441;
	-ms-opacity: 0.2;
	opacity: 0.2;
}

.stripe {
	-webkit-transition-property: left, width;
	-moz-transition-property: left, width;
	-o-transition-property: left, width;
	-ms-transition-property: left, width;
	transition-property: left, width;
}

#logo {
	width: 240px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 250;
	margin-left:-120px;
	margin-top:-30px;
}
