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

body {
	background-color: #000;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
}

#container {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#container img {
	border: none;
	margin: 5px;
}

#department {
	background-image: url(velg.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 290px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	clear: both;
}
