/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */
.row-home {
  background: url(../images/bg-1.png) right top repeat-y; }
  .row-home .panels-flexible-row-inside {
    background: url(../images/bg-home.png) left bottom no-repeat; }

.row-services {
  background: url(../images/bg-2.png) right top repeat-y; }
  .row-services .panels-flexible-row-inside {
    background: url(../images/bg-services.png) left bottom no-repeat; }

.row-vision {
  background: url(../images/bg-3.png) right top repeat-y; }
  .row-vision .panels-flexible-row-inside {
    background: url(../images/bg-partners.png) left bottom no-repeat; }

.row-team {
  background: url(../images/bg-4.png) right top repeat-y; }
  .row-team .panels-flexible-row-inside {
    background: url(../images/bg-vision.png) left bottom no-repeat; }

.row-partners {
  background: url(../images/bg-5.png) right top repeat-y; }
  .row-partners .panels-flexible-row-inside {
    background: url(../images/bg-team.png) left bottom no-repeat; }

.row-media {
  background: url(../images/bg-6.png) right top repeat-y; }
  .row-media .panels-flexible-row-inside {
    background: url(../images/bg-media.png) left bottom no-repeat; }
