#footer {
top: auto;
bottom: 0; 
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		padding: 0 0 0 0;
		margin: -25px  0 0 0;
		position: absolute;
		display: block;
		background-color: #0B328D;
		height: 25px;
		width: 100%;
		color: #FFF;
		text-align: center;
		font-weight: lighter;
		font-size: 10px;
		}

#footer a {
		margin: 0 0 0 0;
		padding: 5px 0 5px 0;
		display: block;
		background-color: transparent;
		color: #FFF;
		text-decoration: none;
	}

#footer p {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
#footer a:hover {
		background-color: transparent;
		color: #FFFFFF;
		}

