/* -----------------------------------------------
------------------ Footer Layout -----------------
------------------------------------------------*/
div#footer {
	width: 980px;
	background: #353030;
	height: 24px;
	margin: 0 auto;
}

@media only screen and (max-width: 980px) {
	div#footer {
		width: 100%;
	}
}