#background {
	background-image: url(../images/background/drink_off.jpg);
}
#main {
	background-image: url(../images/background/drink_on.jpg);
}
#popup_drinks {
	display: none;
	position: absolute;
	top: 114px;
	width: 340px;
	height: 494px;
	padding: 40px 440px 20px 180px;
	background: url(../images/popups/drinks.jpg) left top no-repeat;
	z-index: 10;
	color: #87743d;
}
#popup_wine {
	display: none;
	position: absolute;
	top: 114px;
	width: 340px;
	height: 494px;
	padding: 40px 440px 20px 180px;
	background: url(../images/popups/wine.jpg) left top no-repeat;
	z-index: 10;
	color: #87743d;
}