
#footer {
	float:left;
	background-image:url(../images/footer_wo_logo.png);
	background-repeat:no-repeat;
	width: 1000px;
	height: 165px;
}

#sv_logo {
	float: left;
	width: 538px;
	margin-left: 70px;
	margin-top: 25px;
}

#bottom_links
{
	float:right;
	color: #fff;
	line-height: 16px;
	width: 205px;
	height: 24px;
	font-size:12px;
	margin-top: 30px;
	margin-right:78px;
	font-family: Arial, Helvetica, sans-serif;
}

#bottom_links a {color:#F60; text-decoration:none;}
#bottom_links a.current {color:#FFF; text-decoration:none;}
#bottom_links a:hover {color:#FFF; text-decoration:none;}

#social_media {
	float: right;
	width: 140px;
	height: 40px;
	margin-top: 5px;
	margin-right: 40px;
}

#facebook {
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}
#instagram {
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}
#linkedin {
	float: left;
	height: 30px;
	width: 30px;
}

#bottom_line {
	background-image:url(../images/bottom_line.png);
	float:left;
	width: 845px;
	height: 2px;
	margin-top: 10px;
	margin-left: 75px;
	color:#F60;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 12px;
	color: #F60;
	float: left;
	height: 14px;
	width: 300px;
	margin-top: 3px;
	margin-left: 75px;
}