body, div, img, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background: #000;
  font: 13px "Trebuchet MS", Tahoma;
}

#container {
  top: 50%;
  position: absolute;
  margin-top: -200px;
  width: 100%;
  height: 400px;
  background: #000 url("images/bg.jpg") repeat-x top left;
  text-align: center;
}

#container #logo {
  width: 550px;
  height: 350px;
  margin: auto;
  background: url("images/logo.jpg") no-repeat top center;
}

#container #nav {
  width: 550px;
  height: 45px;
  margin: auto;
}
