.footer{
		position:fixed;
        margin: -8px 0px 0px -8px;
		padding-top:50%;
        width:100%;
		top:97%;
        height:4.5%;
		box-shadow: 0px 0px 10px 1px #000;
		//z-index:20px;
		border-top:1px solid #fff;
		background-color:#373737;
		
}
.footer #copyRight{
		position:absolute;
		top:0%;
		float:left;
		margin-left:10px;
		
		color:#fff;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
}