@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/repeat-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#container  {
	width: 829px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 900px;
}
#header  {
	width: 829px;
	height: 65px;
	background-image: url(../images/header.png);
	background-position: left top;
	background-repeat: no-repeat;

}
#logo {
	height: 119px;
	width: 175px;
	margin-top: -840px;
	margin-left: 18px;
	z-index: 1010;
	position:absolute;
}
#flashcontainer {
	height: 398px;
	width: 829px;
}
#napkin {
	z-index: 1005;
	height: 771px;
	width: 186px;
	margin-top: -835px;
}
#content  {
	width: 829px;
	height: 771px;

}
#footer  {
	width: 829px;
	height: 64px;
}
@font-face {
font-family: "Goudy Old Style";
	src:url(../fonts/GOUDOS.TTF), url(../fonts/GOUDOSB.TTF), url(../fonts/GOUDOSI.TTF);
}
.Goudy-Italic {
	font-family:"Goudy Old Style";
	font-style:italic;
}
