@charset "UTF-8";
/* CSS Document */
#bottlediv {
	position: relative;
	margin: 0px auto 23px;
	padding: 32px 0 0 0;
	clear: both;
	width: 847px;
	height: 485px;
	background-image: url(../images/bkg/bottle.jpg);
	background-repeat: no-repeat;
}
#bottlediv p {
	margin: 0px;
	width: 300px;
	padding: 0px 0px 16px 0px;
    color: #000;
	font-size: 15px;
	line-height: 18px;
}
#stats {
	position: absolute;
	top: 334px;
	left: 350px;
}
#stats p {
	width: 135px;
	font-size: 12px;
	line-height: 14px;
}
