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

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica";
	font-size: 12px;
	height: 100%;
	color: #333;
	background-image: url("http://c0403252.cdn.cloudfiles.rackspacecloud.com/teashop_bkrnd2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #666666;
}

img {
	border: 0;
}

#flashContent {
	position: absolute;
	top:0;
	left:0;
}

#center {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#shareBox {
	position: absolute;
	top: 0px;
	left: 894px;
	z-index:100;
	visibility:visible;
}

a.addthis_button {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.addthis_button {
	color: #FFFFFF;
}