@charset "UTF-8";
body {
	color: #FFFFFF;
	text-align: center;
}
.container {
	min-width: 1000px;
	text-align: center;
	clear:both;
	position:relative;
}
.whitespace {
	background-color: #FFFFFF;
	height: 400px;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.left_fade {
	display: inline-block;
	height:400px;
	width: 25px;
	background-image: url(../images/left_fade.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.right_fade {
	display: inline-block;
	height:400px;
	width: 25px;
	background-image: url(../images/right_fade.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#fadeshow1 {
	background-color: #CCCCCC;
	height: 380px;
	width: 930px;
	margin:10px;
	display: inline-block;
}

.logo_home {
	background-image: url(../images/fiw_mainlogo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 78px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #444444;
	text-align: center;
	height:10px;
	width: 100%;
	padding-top: 10px;
}
.navigation {
	height: 63px;
}
.anylinkcss {
	text-align: center;
	width:100% !important;
	left:0px !important;
}
.floater {
	float:left; 
	height:50%; 
	margin-bottom:-290px;
}

