
html, 
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
}
body {
	text-align: center;
	min-width: 585px; /* 626px; */
	min-height: 552px; /* 400px; */
}
	#vertical {
		float: left;
		height: 50%;
		width: 100%;
		margin-top: -275px; /* -198px */ /* half vertical height*/
	}
	#hoz {
		width: 583px; /* 624px; */
		height: 550px; /* 394px; */
		margin-left: auto;
		margin-right: auto;
		xborder: 1px solid silver;
		overflow: auto; /* allow content to scroll inside element */
		text-align: left;
		clear: both;
		background: transparent url(/img/h1.png) no-repeat top center;
	}
		h1 {
			height: 491px;
			text-align: right;
			color: #000;
			font-size: 1px;
		}
			h1 span {
				
			}
		#nav {
			margin: 42px auto 0;
			width: 239px;
		}
			#nav li {
				display: inline;
				float: left;
			}
				#nav li a {
					display: inline;
					float: left;
					height: 17px;
				}
				#nav li#gallery a {
					width: 52px;
					background: transparent url(/img/gallery.gif) no-repeat;
					margin-right: 46px;
				}
				#nav li#artist a {
					width: 40px;
					background: transparent url(/img/artist.gif) no-repeat;
					margin-right: 45px;
				}
				#nav li#contact a {
					width: 55px;
					background: transparent url(/img/contact.gif) no-repeat;
				}
					#nav li a span {
						display: block;
						margin-top: -1000px;
					}