			body {
				background-color: black;
			}
			#container {
				position: relative;
				width: 740px;
				margin: auto;
			}
			#mainimage {
				position: static;
				width: 740px;
				height: 350px;
				margin-top: 0px;
				margin-bottom: 0px;
				margin-left: auto;
				margin-right: auto;
				background-image: url(images/mainimage.jpg);
				background-repeat: no-repeat;
				border-top: 0px white solid;
			}
			#navcontainer{
				position: static;
				width: 740px;
				height: 18px;
				margin-top: 20px;
				padding-bottom: 10px;
				text-align: center;
			}
			#barcode {
				position: static;
				width: 740px;
				background-image: url(images/fischetti.png);
				background-origin: border-box;
				background-position:top right;
				background-repeat: no-repeat;
				padding-top: 100px;
				padding-bottom: 0px;
				margin-top: 50px;
				padding-right: 1px;
			}
			#copyright {
				position: static;
				width: 740px;
				height: 12px;
				margin-left: auto;
				margin-right: auto;
				margin-top: 80px;
				font-family: Arial;
				font-size: 9px;
				color: #222222;
				text-align: center;
			}
			a.copyright {
				color: #333333;
				font-weight: normal;
				text-decoration: none;
				
			}
			/* nav links */
			a.portfolio {
				display:inline-table;
				margin-left: 40px;
				margin-right: 40px;
				width: 123px;
				height: 18px;
				background: url(images/portfolio.png) no-repeat 0 0;
				overflow: hidden;
				text-indent: -10000px;
				font-size: 0px;
				line-height: 0px;
			}
			a:hover.portfolio {
				background-position: 0 -18px;
			}
			
			a.portfolio2 {
				margin-left: 20px;
				margin-right: 20px;
				padding-left: 5px;
				display: inline-block;
				font-size: 14px;
				color: #999;
				font-family: Garamond;
				font-weight: 100;
				letter-spacing: 4px;
				text-decoration: none;
				text-shadow: 1px 1px 2px gray;
				vertical-align: top;
				margin-top:10px;
				padding-bottom: 10px;
				}
			a:hover.portfolio2 {
				color: white;
				text-decoration: none;
			}
			a:active.portfolio2 {
				color: white;
			}

			
			a.biography {
				display: inline-table;
				margin-left: 40px;
				margin-right: 40px;
				width: 129px;
				height: 18px;
				background: url(images/biography.png) no-repeat 0 0;
				overflow: hidden;
				text-indent: -10000px;
				font-size: 0px;
				line-height: 0px;
			}
			a:hover.biography {
				background-position: 0 -18px;
			}
			a.contact {
				display: inline-table;
				margin-left: 40px;
				margin-right: 40px;
				width: 106px;
				height: 18px;
				background: url(images/contact.png) no-repeat 0 0;
				overflow: hidden;
				text-indent: -10000px;
				font-size: 0px;
				line-height: 0px;
			}
			a:hover.contact {
				background-position: 0 -18px;
			}
