@charset "UTF-8";
/* CSS Document */

body{
	background:url(../images/press/background.jpg) top center no-repeat #000000;
	}
.quote{
	margin: 0 0 60px 0;
	}
blockquote.style1 {
  padding: 0 0 0 30px;
  margin: 5px 5px 10px 5px;
  background-image: url(../images/press/openquote.png);
  background-position: top left;
  background-repeat: no-repeat;
  font-size:12px;
  min-height: 19px;
  }
blockquote.style1 span {
  display: block; 
  background-image: url(../images/press/closequote.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0 30px 0 0;
  min-height: 19px;
  }
.author{
  font-size: 18px;
  color: #d9d2bb;
  text-transform:uppercase;
  float:right;
}