#footer {
	height: 190px;
//	background-repeat: repeat-x; 
	background-position: bottom center;
}
body.minimal #footer {
	display:none;
}

#footerContent {
	position: relative;
	margin: 0 auto; 
	padding: 0; 
	Wwidth: 1094px;
}
#footerMainLogo{
	position: absolute;
	width: 200px;
	height: 140px;
	top:0px;
	left: 67px;
}
#footerLinks {
	color: #657894;
	position: absolute;
	top: 45px;
	left: 330px;
}
#footerLinks p {
	margin: 0;
	padding: 5px 0 0 5px;
}
#footerLinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footerLinks ul li {
	display: inline;
}
#footerLinks ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px; 
}
#footerLinks ul li a:hover {
	color: #657894;
	text-decoration: none;
}
#footerLogos {
	position: absolute;
	top: 40px;
	right: 50px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /*fix for Chrome centering divs*/
html {
	   margin-left: 1px;
	}
}
