#letters {
	position: absolute;
      left: 20px;
	top: 33px;
      z-index: 5;
}

p {
	margin-top:0px;
	margin-bottom:9px;
}

#open-quote {
      position: absolute;
      left: 460px;
      top: 460px;
    z-index: 99;
}

#close-quote {
      position: absolute;
      left: 942px;
      top: 560px;
    z-index: 99;
}

#quote-area {
      position: absolute;
      left: 510px;
      top: 460px;
    z-index: 99;
}