.auth-mail-footer-wrapper {
	position: relative;
	margin-top: 20px;
	width: 100%;
	background-position: left top;
	background-image: url('data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%02%00%00%00%02%08%03%00%00%00Eh%FD%16%00%00%00%19tEXtSoftware%00Adobe%20ImageReadyq%C9e%3C%00%00%03%22iTXtXML%3Acom.adobe.xmp%00%00%00%00%00%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%20%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.0-c060%2061.134777%2C%202010%2F02%2F12-17%3A32%3A00%20%20%20%20%20%20%20%20%22%3E%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%20xmlns%3Axmp%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2F%22%20xmlns%3AxmpMM%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2Fmm%2F%22%20xmlns%3AstRef%3D%22http%3A%2F%2Fns.adobe.com%2Fxap%2F1.0%2FsType%2FResourceRef%23%22%20xmp%3ACreatorTool%3D%22Adobe%20Photoshop%20CS5%20Macintosh%22%20xmpMM%3AInstanceID%3D%22xmp.iid%3A05C5331F288911E3BDDAF8117FC9CC22%22%20xmpMM%3ADocumentID%3D%22xmp.did%3A05C53320288911E3BDDAF8117FC9CC22%22%3E%20%3CxmpMM%3ADerivedFrom%20stRef%3AinstanceID%3D%22xmp.iid%3A05C5331D288911E3BDDAF8117FC9CC22%22%20stRef%3AdocumentID%3D%22xmp.did%3A05C5331E288911E3BDDAF8117FC9CC22%22%2F%3E%20%3C%2Frdf%3ADescription%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fx%3Axmpmeta%3E%20%3C%3Fxpacket%20end%3D%22r%22%3F%3E%AAs%E1%86%00%00%00%09PLTE%E9%E9%E9%EA%EA%EA%FF%FF%FFs%96c%2A%00%00%00%10IDATx%DAb%60db%60b%00%080%00%00%17%00%06%25%14r%A7%00%00%00%00IEND%AEB%60%8200');
}
.auth-mail-footer-container {
	border-top: solid 5px #324E69;
	font-size: 12px;
	margin: 0 auto;
	width: 910px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 70px;
	position: relative;
}

.auth-mail-footer-menu {
	margin-bottom: 10px;
}

.auth-mail-footer-menu li{
	padding-right: 5px;
	padding-left: 5px;
	border-left: solid 1px #bdbdbd;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.auth-mail-footer-menu li:first-child {
	border-left: 0;
	padding-left: 0;
}

.auth-mail-footer-menu a {
	text-decoration: none;
	font-family: 'MuseoSans500', arial; 
	color: #333333;
}

.auth-mail-footer-copyright {
	font-family: 'MuseoSans300', arial;
	color: #666666;
}

.auth-mail-footer-logo-ig {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -26px;
	width: 50px;
	height: 53px;
}
.auth-mail-footer-logo-social {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	width: 160px;
	height: 30px;
	text-align: right;
}
.auth-mail-footer-logo-social ul {}
.auth-mail-footer-logo-social li {
	margin-left: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

 @media (min-height:700px){
    .auth-mail-footer-wrapper {
      position: fixed;
      bottom: 0;
    }
 }
