.styleChef {
	background-attachment: fixed;
	background-image: url(images/chef.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.styleBG {
	background-attachment: fixed;
	background-image: url(images/site_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.styleBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height: 20px;
	width: 200px;
	border: thin solid #999999;
}
.styleBoxBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height: 75px;
	width: 200px;
	border: thin solid #999999;
}