body { text-align: center; }

#container {
	margin: 0 auto;
	width: 910px; 
	text-align: left;
	position: relative;
	height:668px;
	z-index:1;
	background-color: none;
	border: solid;
	border-color: #666666;
	border-width: 2px;
}
#art {
	position:absolute;
	width:900px;
	height:504px;
	z-index:3;
    left: 4px;
	top: 4px;
	background-color: #FFFFFF;
	border: solid;
	border-color: #666666;
	border-width: 1px;
}
#video {
	position:absolute;
	width:900px;
	height:504px;
	z-index:3;
    left: 4px;
	top: 4px;
	background-color: #990033;
	border: solid;
	border-color: #666666;
	border-width: 1px;
}
#contentFlash {
	position: absolute;
	width: 900px;
	z-index:3;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	
}
#navbar {
	position:absolute;
	width:900px;
	height:44px;
	z-index:100;
	left: 4px;
	top: 514px;
	background-color: #333333;
	border: solid;
	border-color: #666666;
	border-width: 1px;
}

#subnav {
	position:absolute;
	width:898px;
	height:96px;
	z-index:4;
	left: 4px;
	top: 564px;
	background-color: #CCCCCC;
	border: solid;
	border-color: #666666;
	border-width: 2px;
}

#vid-subnav {
	position:absolute;
	width:898px;
	height:96px;
	z-index:4;
	left: 4px;
	top: 564px;
	background-color: #CCCCCC;
	border: solid;
	border-color: #FF66CC;
	border-width: 2px;
}

#photo-subnav {
	position:absolute;
	width:898px;
	height:96px;
	z-index:4;
	left: 4px;
	top: 564px;
	background-color: #CCCCCC;
	border: solid;
	border-color: #FFCC66;
	border-width: 2px;
}

#about-subnav {
	position:absolute;
	width:898px;
	height:96px;
	z-index:4;
	left: 4px;
	top: 564px;
	background-color: #CCCCCC;
	border: solid;
	border-color: #66CC66;
	border-width: 2px;
}

#copyright {
	position:absolute;
	width:54px;
	height:85px;
	z-index:3;
	left:848px;
	top: 570px;
	background-color: none;
	border: none;
}
.helfworksLogo {
	left: 5px;
	top: 1px;
	position: absolute;
	z-index: 100;
}
.helfworks-home {
	position: absolute;
	left: 48px;
	top:11px;
	z-index: 100;
}
.graphics {
	left: 205px;
	top: 11px;
	position: absolute;
	z-index: 100;
}
.video {
	left: 414px;
	top: 11px;
	position: absolute;
	z-index: 100;
}
.photo {
	left: 494px;
	top: 11px;
	position: absolute;
	z-index: 100;
}
.about {
	left: 690px;
	top:11px;
	position: absolute;
	z-index: 100;
}
.contact {
	left: 776px;
	top: 11px;
	position: absolute;
	z-index: 100;
	border: none;
}
.copyright {
	left: 842px;
	top: 4px;
	position: absolute;
	z-index: 100;
}

