body, html {
  width: 960px;
  margin: 0 auto;
  background-color: #000;
}

#main {
  width: 600px;
  height: 500px;
  margin: 0 auto;
  background: url(logo.png) center center no-repeat;
}
