#sky{
	width:964px;
	height:464px;
	background-image:url('../images/sky.jpg');
	position:relative;
	overflow:hidden; /*因為Happy Valentine's Day文字要從區塊外出現，必須設定overflow把文字最初超出區塊部分作隱藏*/
}
#plant{
	width:512px;
	height:263px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
	display:none; /*for 特效，須先隱藏*/
}
#fan-1{
	width:144px;
	height:132px;
	position:absolute;
	bottom:50px;
	left:455px;
	z-index:10;
	display:none;/* for 特效，須先隱藏*/
}
#fan-2
{
	width:177px;
	height:140px;
	position:absolute;
	bottom:50px;
	left:600px;
	display:none; /*for 特效，須先隱藏*/
}
#fan-3
{
	width:149px;
	height:124px;
	position:absolute;
	bottom:50px; /*for 特效，須先將文字設在區塊外*/
	/*bottom:225px;  文字最後要停留的位置，在js特效中設定*/
	left:777px;
	display:none; /*for 特效，須先隱藏*/
	z-index:10;
}
#title-01
{
	width:512px;
	height:35px;
	position:absolute;
	bottom:314px;
	left:191px;
	z-index:10;
 	display:none; /*for 特效，須先隱藏*/
}
#title-02
{
	width:412px;
	height:23px;
	position:absolute;
	bottom:282px;
	left:303px;
	z-index:10;
 	display:none; /*for 特效，須先隱藏*/
}
#light{
	width:217px;
	height:243px;
	position:absolute;
	bottom:207px;
	left:594px;
 	display:none;/* for 特效，須先隱藏*/
}
