body {
  background: #000;
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
  color: #fff;
}

.main_box {
  margin: 0 auto;
  width: 774px;
  height: 505px;
  position: relative;
  background: #000 url(fooldal.jpg);
  overflow: hidden;
	text-align: left;
}

#menu_button {
  position: absolute;
  bottom: 0;
  left: 0;
}

h1 {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
