/* COMPANY CUSTOM CSS
- company_custom_.css is for development environment
- company_custom_[COMPANY].css is for company specific use
*/

/* background */
body
{    
    background: url(../images/background/kspela_ylapalkkitaus.jpg) repeat-x scroll center top transparent;
    background-size: 100% 50%;
    background-color: #000000;
}
#figure_down {
	background-image: none;
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 0;
	height: 500px;
	position: fixed;
	width: 100%;
	z-index:-1;
}
/* cover picture */
div.header
{
    background: url(../images/background/ksp_cover9.png) repeat-x scroll center top transparent;
    background-size: 100%;
    background-color: #F7F7F7;
    height: 130px;
    width: 100%;
}
