
/* CSS Stylesheet for all different BackGrounds */


#background_preload {
	display: none;
}

#background_preload img {
	height: 0;
	width: 0;
	border: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}


#background {
	float: left;
	width: 1026px;
	height: 768px;
	border-left: 1px solid #B3B5B6;
	border-right: 1px solid #B3B5B6;
	border-bottom: 1px solid #B3B5B6;
}

#background_intro {	
	float: left;
	width: 1026px;
	height: 768px;
	background-image:url(../img/background_intro.jpg);
	background-repeat:no-repeat;
	border-left: 1px solid #B3B5B6;
	border-right: 1px solid #B3B5B6;
	border-bottom: 1px solid #B3B5B6;
}

#background_cross_right {
	float: left;
	width: 1024px;
	height: 768px;
	background-image:url(../img/background_cross_right.gif);
	background-repeat:no-repeat;
}

#background_cross_right_empty {
	float: left;
	width: 1024px;
	height: 768px;
}

#background_heart_right {
	float: left;
	width: 1024px;
	height: 768px;
	background-image:url(../img/background_heart_right.gif);
	background-repeat:no-repeat;
}

#background_heart_right_empty {
	float: left;
	width: 1024px;
	height: 768px;
}

#background_footer {
	float: left;
	width: 1024px;
	height: 768px;
	background-image:url(../img/background_footer.gif);
	background-repeat:no-repeat;
}
