#container {
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}
#about-bg {
	position: absolute;
	height: 331px;
	width: 400px;
	left: 115px;
	top: 366px;
	background: url(../images/about-bg.png) no-repeat center center;
	overflow: auto;
}
.about-text {
	color: #EBC7B1;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	text-align: left;
}
.text {
	color: #EBC7B1;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}

#people {
	position: absolute;
	top: 308px;
	left: 124px;
	display:block;
}
#dir {
	position: absolute;
	top: -655px;
	left: -130px;
}

#people a:hover {
	display:block;
	background: url(../images/people_ovr.jpg) no-repeat center center;
}
#bands {
	position: absolute;
	top: 345px;
	left: 26px;
	display:block;
}
#bands a:hover {
	display:block;
	background: url(../images/bands_ovr.jpg) no-repeat center center;
}
#commercial {
	position: absolute;
	top: 257px;
	left: 423px;
	display:block;
}
#commercial a:hover {
	display:block;
	background: url(../images/commercial_ovr.jpg) no-repeat center center;
}
#wedding {
	position: absolute;
	top: 56px;
	left: 628px;
	display:block;
}
#wedding a:hover {
	display:block;
	background: url(../images/wedding_ovr.jpg) no-repeat center center;
}
#portrait {
	position: absolute;
	top: 313px;
	left: 318px;
	display:block;
}
#portrait a:hover{
	display:block;
	background: url(../images/portrait_ovr.jpg) no-repeat center center;
}
#contact {
	position: absolute;
	height: 145px;
	width: 28px;
	top: 65px;
	left: 280px;
}
#contact a:hover {
	display:block;
	background: url(../images/contact_ovr.jpg) no-repeat center center;
}
.footertext {
	color: #999999;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px;
}
.footertext a {
	color: #999999;
	text-decoration:underline;
}
.footertext a:hover {
	color: #999999;
	text-decoration:underline;
}
#contatiner-gallery {
	width:650px;
	margin:10px auto;
	position: relative;
}
#gallery {
	position: absolute;
	left: 15px;
	top: 17px;
}
#foot-cont {
	position: relative;
	width: 650px;
	text-align: center;
}

