
/**   Specific homepage stylesheet   **/



/* main container background : center */
#home_main_background {
}
#home_bg_top_left {
	background-image:url(../img/home_bg_top_left.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:41px;
	height:44px;
}
#home_bg_top_center {
	background-image:url(../img/home_bg_top_center.png);
	background-position:left bottom;
	width:861px;
}
#home_bg_top_right {
	background-image:url(../img/home_bg_top_right.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:40px;
}
#home_bg_center_left {
	background-image:url(../img/home_bg_center_left.png);
	background-repeat:repeat-y;
	background-position:right top;
}

#home_bg_center_center {
	background-image:url(../img/home_bg_center_center.jpg);
	height:730px;
}
#home_bg_center_right {
	background-image:url(../img/home_bg_center_right.png);
	background-repeat:repeat-y;
	background-position:left top;
}
#home_bg_bottom_left {
	background-image:url(../img/home_bg_bottom_left.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:36px;
}
#home_bg_bottom_center {
	background-image:url(../img/home_bg_bottom_center.png);
	background-position:left top;
}
#home_bg_bottom_right {
	background-image:url(../img/home_bg_bottom_right.png);
	background-repeat:no-repeat;
	background-position:left top;
}



/* Header */
#home_logo {
/*	border: 1px solid green;*/
	position: absolute;
	left:50%;
	text-align: center;	
	margin-left: -457px;
	margin-top: 22px;
	width: 910px;
	height: 465px;
/*	background-image:url(../img/header.png);*/
}
/* Sliders */
#home_logo2 {
/*border: 1px solid blue;*/
	position: absolute;
	left:50%;
	text-align: center;
	margin-left: -457px;
	margin-top: 430px;
	width: 910px;
	height: 252px;
}
