@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0;
	padding: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #2c2c2c;
	width: 100%;
	height: 90px;
	white-space: nowrap;
}

#footer img {
	border: none;
	margin: 5px 0 5px 5px;
}

#logo {
	position: absolute;
	bottom: 10px;
	right: 10px;
}