#footer
{
	width:100%;
	overflow:hidden;
//	min-height:400px;
	background:url("../imgs/footer.jpg") no-repeat;
	background-size:100%;
}
#footer #top
{
	height:50px;
	background:rgb(44,44,44);
	padding:10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:white;
	line-height:1.5;
	
}
#footer #top a
{
	color:white;
}

#footer #bottom
{
	height:50px;
	background:rgb(21,21,21);
	width:100%;
	line-height:4;
	text-align:center;
	font-size:13px;
	color:white;
	
}
#footer #bottom #left
{
	float:left;
	margin-left:7%;	
}
#footer #bottom #right
{
	float:right;	
	margin-right:7%;
	padding:10px;
	padding-right:0;
}
#footer #bottom #right img
{
	float:left;
	height:30px;
	width:30px;
}
