@charset "utf-8";
body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

#container
{
  width: 960px;
	margin: 0px auto;
	padding-top: 291px;
}
