@charset "utf-8";
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 300px;
}
img {
	border-style: none;
}

body {
	background-color: #141414;
	background-image: url(images/bg_page.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 227px;
}

