body {
  font-size: 115%;
  color: white;
  font-family: Arial, Helvetica;
  background: #4c4c4c url("../img/flowery.png") 100% 100% no-repeat fixed;
  margin-left: 0;
  margin-right: 0;
}

#mcont {
  margin-top: 70px;
}

#menu, #movie {
  margin-top: 50px;
  text-align: center;
}

#menu li {
  margin-bottom: 0.5em;
  list-style: none;
}

#info {
  margin-top: 50px;
}

a {
  color: #ff8080;
}

a:visited {
  color: #ffc9c9;
}

a:active {
  color: red;
}

