@charset "UTF-8";
/* CSS Document */

/*-----------body content -----------*/
#main-content #home-left{
	position: relative;
	width: 200px;
	display: inline;
	float: left;
	margin-top: 19px;
	margin-left: 320px;
}
#main-content #home-right{
	position: relative;
	float: left;
	display: inline;
	width: 200px;
}

/*--------footer---------*/
#tea-tag{
	position: relative;
	float: left;
	clear: both;
	position: absolute;
	top: -300px;
	z-index: 1000;
	left: 80px;
}
#tea-tag img{
	display: block;
	position: relative;
	/*bottom: 200px;*/
	z-index: 2;
}
