#push,
#footer {
	height: 240px;
}
#footer {
	background: url('/img/footer_background.png') top left repeat-x;
	color: #C6E6F3;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*height: auto;*/
	/*padding-bottom: 20px;*/
}
.footer_content{
	width: 630px;
	text-align: center;
}
.footer_left{
	width: 125px;
}
.footer_right{
	width: 145px;
}
.footer_links{
	font-size: 12px;
}
.footer_links a{
	color: #707a8a;
	display: inline-block;
}
.footer_links span.separator{
	margin-left: 5px;
	margin-right: 5px;
	color: #707a8a;
}
.footer_fb_iframe{
	height: 90px;
}
