#footer
{
	 z-index: 300;
	bottom:0;
	position:fixed;
	width:100%;
	min-height:15px;
	background:rgb(7,62,125);
	padding-top:25px;		
}
#footer #bottom
{
}
#footer #bottom #copy
{
	float:left;
	margin-left:5%;
	color:white;
	
}
#footer #bottom #by
{
	float:right;
	margin-right:5%;
	color:white;
}