.footer
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	background-color:black;
	color:#e6e6e6;
	padding:5px;
	margin-top:-5px;
	
}
#footerName
{
	color:#ff9800;
}
.footer a
{
	color:#e6e6e6!important;
}
@media only screen and (max-width: 393px) 
{
	.footer
	{
		font-size:13px;
	}
}
@media only screen and (max-width: 280px) 
{
	.footer
	{
		font-size:10px;
	}
}