@charset "utf-8";
/* CSS Document */

@import "/ClientCss/kitchenfair.css";

/* Overrides */

#contentArea{
	background-color:#ffffff;
}

/* New Stuff */

#panelFrame {
	width: 900px;
	position: relative;
	height: 334px
}
.panel {
	height: 280px;
	background-repeat: no-repeat;
	padding: 10px 20px;
}

#playButton {
	left: 420px;
	bottom: 60px;
	position: absolute;
	z-index: 99;
}
#pullup {
	position: relative;
	top: -30px;
	left: 10px;
	background-image:url(/KitchenFair/images/RoundBox1.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:0px;
	padding-right:20px;
	height:200px;
}
