@charset "utf-8";
/* CSS Document */

#imageContainer1 {
	height:144px;
	background:url("img/lenka_home.jpg") no-repeat;
}

#imageContainer1 img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#imageContainer2 {
	height:144px;
	background:url("img/Home_Spencer.jpg") no-repeat;
}

#imageContainer2 img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#imageContainer3 {
	height:144px;
	background:url("img/Home_HappyApple.jpg") no-repeat;
}

#imageContainer3 img {
	display:none;
	position:absolute;
	top:0; left:0;
}

