			html, body{
				width: 780px;
				height: 550px;
				margin: 0px;
				padding: 0px;
				background: #FFF url('../imgs/body_bg.gif') no-repeat;
				color: #000;
				overflow: hidden;
			}
			
			#logo, #banner, #bowl, #label_bottom, #barcode, #content_wrapper, 
			#content, #nav, #stop_music, #music_player, #navTemp  {
				position: absolute;
				padding: 0px;
				margin: 0px;
			}
			
			#printHeader, #printFooter{
				display: none;
			}
			
			a img{
				border: none;
			}
			
			#logo{
				top: 31px;
				left: 77px;
			}
			
			#banner{
				left: 0px;
				top: 175px;
				height: 80px;
				width: 780px;
				background: url('../imgs/productions.gif') no-repeat;
				z-index: 2;
			}
			
			#bowl{
				left: 59px;
				top: 234px;
				width: 350px;
				height: 239px;
				background: url('../imgs/bowl.jpg') no-repeat;
				z-index: 1;
			}
			
			#label_bottom{
				left: 141px;
				top: 459px;
				width: 258px;
				height: 84px;
				background: url('../imgs/label_bottom.gif') no-repeat;
				z-index: 2;
			}
			
			#barcode{
				left: 0px;
				top: 416px;
				width: 55px;
				height: 122px;
				background: url('../imgs/barcode.gif') no-repeat;
			}
			
			#content_wrapper{
				left: 444px;
				top: 34px;
				width: 329px;
				height: 388px;
				background: url('../imgs/content_bg.gif') no-repeat;
				z-index: 3;
			}
			
			#content{
				position: relative;
				width: 297px;
				height: 305px;
				left: 12px;
				top: 10px;
				font: 9pt Georgia, "Times New Roman", Times, serif;
				overflow: auto;
				line-height: 200%;
				margin: 5px;
				padding-right: 5px;
			}
			
			#content li{
				font: 9pt "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
				padding: .3em 0 .3em 2em;
			}
			
			#content ul{
				padding-bottom: 1em;
			}
			
			p{
				text-indent: 15pt;
			}
			
			h2{
				color: #AA0000;
				font: 11pt "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
			}
			
			a{
				text-decoration: none;
				color: #AA0000;
			}
			
			a:hover{
				text-decoration: underline;
				color: #000;
			}
			
			#nav{
				left: 500px;
				top: 428px;
				width: 225px;
				font: 9pt "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
			}
			
			#nav{
				background: #FFF;
			}
			
			#navTemp{
				z-index: 3;
				background: url("../imgs/nav.gif") no-repeat;
				top: 450px;
				left: 345px;
				width: 150px;
				height: 24px;
				display: none;
			}
			
			#navTemp a{
				color: #33C;
			}
			
			
			#nav li, #navTemp li{
				display: inline;
			}
			
			#nav a, #stop_music a{
				text-decoration: none;
				color: #000;
			}
			
			#stop_music a:hover{
				background: #FFFFF0;
			}
			
			#nav a:hover{
				text-decoration: underline;
			}
			
			#mp3player{
				position: absolute;
				left: 1000px;
			}
			
			#stop_music{
				right: 12px;
				top: 10px;
				font: 8pt "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
			}
