* { margin: 0; padding: 0; }

html {}

body
{
  background-color: #000;
  color: #ccc;
  font-family: "Myriad Pro",arial,helvetica,clean,sans-serif;
  font-size: 14px;
}

#page { position: absolute; top: 50%; left: 50%; margin-left: -189px; margin-top: -190px; width: 378px; height: 340px; }

#page a { color: #5A5F2F; text-decoration: none; }
#page a:hover { color: #6D734E; text-decoration: underline; }

#page ul {
  margin: 0 30px 0 30px;
  list-style: none;
  color: #777;
  font-weight:normal;
  line-height:1.22;
  text-align: center;
}

#page ul li.title { margin-bottom: 8px; }

#page ul em { font-style: normal; color: #bbb; }


