body
{
  background-image: url("../pictures/pizza.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed; width="1500">
}

#city
{
  position:absolute;
  left: 90%;
  top: 50%;
  width: 200px;
  height: 65px;
}

#barman
{
  position:absolute;
  left:50%;
  top:30%;
  width: 200px;
  height: 45px;
}

#actors
{
  position:absolute;
  left:10%;
  top:45%;
  width: 200px;
  height: 45px;
}

#guests
{
  position:absolute;
  left:50%;
  top:60%;
  width: 200px;
  height: 45px;
}
