.centeredLittle{
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: white;
  z-index: 100;
  height: 400px;
  margin-top: -200px;
  width: 140px;
  margin-left: -60px;
}

.centeredBig{
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: white;
  z-index: 100;
  height: 400px;
  margin-top: -200px;
  width: 400px;
  margin-left: -200px;
}

blockquote{
  margin-top: -5px;  
  padding-left: 5px;
  padding-right: 4px;  
  color:#999;
  font-size: .8em;	
}

p{
  font-size: .9em;
  color: #333;	
}

.right{
  text-align:right;	
}