/* $Id: page-backgrounds.css,v 1.8 2009/11/04 20:57:49 johnalbin Exp $ */

/**
 * @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/
 */


body {
	background-color: ;
}

#page-wrapper {
}

#page {
}

#header {
}

#header .section {
}

#main-wrapper {
}

#main {
	background: url(../images/ferrariclub_taustacontent_yv.jpg) no-repeat left top,
  				url(../images/ferrariclub_taustacontent_yo.jpg) no-repeat right top,
  				url(../images/ferrariclub_taustacontent_ys.jpg) repeat-x left top,
  				url(../images/ferrariclub_taustacontent_av.jpg) no-repeat left bottom,
				url(../images/ferrariclub_taustacontent_ao.jpg) no-repeat right bottom,
				url(../images/ferrariclub_taustacontent_as.jpg) repeat-x left bottom,
				url(../images/ferrariclub_taustacontent_vs.jpg) repeat-y left top,
				url(../images/ferrariclub_taustacontent_os.jpg) repeat-y right top;
  background-color: #000000;
}

#content .section {

}

#footer {
	background: url(../images/ferrariclub_taustafooter.jpg) no-repeat left top;
}

#footer .section {
}

/*
 * "Jäsenet" login page + "/user"-page
 */
 
.page-user #main,
.page-jasenet #main,
.page-user-password #main {
	background: url(../images/ferrariclub_login_bg.jpg) no-repeat left top;
	height: 480px;
}

/*
 * Highlight block's backgrounds on different pages
 */

.page-yhdistys .region-highlight .block,
.page-about-us .region-highlight .block,
.page-foreningen .region-highlight .block {
 background: url(../images/ferrariclub_hl_yhdistys_bg.jpg) no-repeat left top;
}

.page-linkit .region-highlight .block,
.page-links .region-highlight .block,
.page-linkar .region-highlight .block {
 background: url(../images/ferrariclub_hl_linkit_bg.jpg) no-repeat left top;
}

.page-uutiset .region-highlight .block {
 background: url(../images/ferrariclub_hl_uutiset_bg.jpg) no-repeat left top;
}

.page-tapahtumat .region-highlight .block {
 background: url(../images/ferrariclub_hl_tapahtumat_bg.jpg) no-repeat left top;
}

.page-kuvagalleria .region-highlight .block {
 background: url(../images/ferrariclub_hl_kuvagalleria_bg.jpg) no-repeat left top;
}
