/* Start of CMSMS style sheet 'style-displayer' */
/*************************************************************************************/

.displayer1 {
  background: url("images/backgrounds/bg-displayer.png") no-repeat center top transparent;
}
.displayer1 a img {
  opacity: 1;
}
.displayer1 a:hover img {
  opacity:0.92;
}
.displayer1 h1 {
  color:#85e454;
  margin-top: 0;
  margin-bottom: 10px;
  text-align:left;
}
.displayer1 p {
  color:#fff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align:left;
}
.displayer1-content { 
  width:883;
  margin-left:auto;
  margin-right:auto;
  padding-top:20px;
}
.displayer1-left, .displayer1-right { float:left; }
.displayer1-left {
  width:50%;
  margin-right:2%;
}
.displayer1-right {
  width:48%;
  padding-top:10px;
}
/* End of 'style-displayer' */

