@media screen {
	#footer {
		font-weight: bold;
		font-size: 90%;
		position: absolute;
		bottom: 0px;
		left: 0px;
		color: #fff;
		background: #000;
		height: 20px;
		margin: 0 auto;
		width: 100%;
	}
}
