body {
	background-color: #ffffff;
	background-image: none;
}
footer {
	bottom: 0;
	z-index: 700;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.8);
}
header {
	background: rgba(255,255,255,0.6);
}
nav {
	line-height: 1.6;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: .1em;
	padding: 10px 0;
}
nav ul li a,
.nav2 ul li a {
	padding-left: 1em;
	padding-right: 1em;
}
nav a:link, nav a:visited {
	color: #000000;
	text-decoration: none;
}
nav a:hover, nav a:focus {
	color: #417cc5;
	text-decoration: none;
}
#logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
#sliderContainer img {
	image-rendering: auto;
	-ms-interpolation-mode: bicubic;
}
.empty {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}
.homeHeader, footer {
	position: absolute;
	width: 100%;
	z-index: 800;
}