#footer {
	min-width:					1002px;
}
#footer .wrapper {
	background:					#25292E url(../images/bg-content-bottom.png) no-repeat center 0;
	width:						959px;
}

#footer a {
	color:						#bac8da;
	text-decoration:			none;
}

#footer a:hover {
	color:						#859ab4;
	text-decoration:			underline;
}

#footer #left {
	float:						left;
	margin-left:				30px;
}
#footer #left p {
	width:						455px;
	margin-top:					3px;
	color:						#dde4ed;
	font-size:					12px;
}

#footer #copyright {
	clear:						both;
	padding:					60px 8px 40px;
	background-image: url(../images/logo-me.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer #copyright p {
	float:						left;
	color:						#7b8491;
	line-height: 1.2em;
	margin-top: -20px;
}
#footer #copyright p a {
	font-weight:				bold;
	text-decoration:			none;
}
#footer #copyright p a:hover {
	text-decoration:			underline;
}
#footer #copyright .right {
	float:						right;
	width:						280px;
}
#footer #copyright .right p {
	float:						left;
}
#footer #copyright .right a {
	font-weight:				normal;
	color:						#7b8491;
}

.supportedby {
	font-size: 80%;
	color: #BAC8DA;
}