body{
  background-color: #ffd993;
  color: #cb2322;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

h1{
  color: #79d9c8;
  text-shadow: 2px 1px 2px #A00;
  /*text-shadow: 2px 1px 4px #055;
  text-shadow: -1px 0 #cb2322, 0 1px #cb2322, 1px 0 #cb2322, 0 -1px #cb2322;*/
  font-family: Helvetica;
}

#BizarreCarnivalEmblem{
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
}

#Tents{
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -80px;
  z-index: 10;
}

#Tickets{
  position: absolute;
  left: 770px;
  top: 160px;
  z-index: 15;
}


#TheClownParade1{
  position: absolute;
  left: 300px;
  top: 480px;
  z-index: 15;
  transform: scale(0.7);
}


#TheClownParade2{
  position: absolute;
  left: 915px;
  top: 350px;
  z-index: 15;
  transform: scale(0.7);
}


#TheClownParade3{
  position: absolute;
  left: 370px;
  top: 160px;
  z-index: 9;
  transform: scale(0.7);
}

.photograph{
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  margin-top: .25em;
  margin-bottom: .25em;
}

.photograph img{
  width: 400px;
}