* {
  margin: 0;
  padding: 0;
}

body {
  background: #000100 url(../images/bg_enter.jpg) top center no-repeat;
  text-align: center;
}

/* ----------------------- Container ---------------------- */

#page {
  position: relative;
  width: 800px;
  height: 580px;
  margin: 0 auto;
}

#page a {
  position: absolute;
  top: 515px;
  height: 40px;
  display: block;
}

a#yes {
  left: 144px;
  width: 232px;
}

a#no {
  left: 394px;
  width: 282px;
}
a:active, a:focus {outline: none}