body{
	margin: 0px;
	background-color: #2994D1;
	height: 100%;
}

#williesworld {
	width: 955px;
	height: 600px;
	text-align: center;
	border: 0px;
	background-color: transparent;
	color: #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -477px; 
	margin-top: -300px; 
}

#willieswhispers {
	visibility: hidden;
	display: none;
}

.cookbookoverlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.cookbookcontent {
    display: none;
    position: absolute;
	margin-left: -477px; 
	margin-top: -300px; 
    top: 50%;
    left: 50%;
    width: 955;
    height: 600;
    padding: 0px;
    border: 0px solid white;
    background-color: white;
    z-index:1002;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}