#footer {
   position:absolute;
   bottom:5px;
   width:80%;
   font-size: 12px;
   color: #fff;
   padding-left: 10%;
   padding-right: 10%;
   height:50px;   /* Height of the footer */
   background:#000;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;

}


A:LINK {
	color:		#9E9E9E;

}

A:VISITED {
	color:		#9E9E9E;

}

A:HOVER {
	color:		#ccc;

}