@import url("reset.css");

body{
	margin:0;
	padding:0;
	background-image: url(bg.gif); /**/
	background-color: #FFF;
	font-family: Arial ,"微軟正黑體", sans-serif;
}

#wrap{
	position: relative;
	background-image: url(center.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 480px;
	height: 800px;
	margin: 0 auto;
	
}
#wrap h5{
	position: absolute;
	top:120px;
	left: 180px;
	font-size: 30px;
	text-align: center;
}
#wrap h1{
	position: absolute;
	top:190px;
	left: 110px;
	font-size: 30px;
	text-align: center;
}
#wrap h4{
	position: absolute;
	top:440px;
	left: 130px;
	font-size: 18px;
	text-align: center;
}
#wrap.flag{
	position: absolute;
	width: 460px;
	top:0px;

}
.lemon{
	position: absolute;
	top: 180px;
	left: -10px;
}
.chef{
	left: -20px;
	top: 360px;
}
.orange{

	position: absolute;
	top: 160px;
	right: -60px;
}
.straw{
	position: absolute;
	top: 160px;
	left: -150px;
}
.pome{
	position: absolute;
	top: 300px;
	left: -80px;
}
#wrap div.info{
	position: absolute;
	top: 520px;
	left: 90px;

}

#wrap li{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

li.floor{
	text-indent: 90px;
}

.bottle{
	position: absolute;
	top: 520px;
	left: -110px;
}
.gift{
	position: absolute;
	right: -120px;
	top:360px;
}

.wind{
	position: absolute;
	right: 0;
	top: 520px;
}

.whisky{
	position: absolute;
	right: -30px;
	top: 520px;
}

