#indexBG {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 0;
	height: 415px;
	width: 100%;
}
#contact {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 200px;
	width: 450px;
	left: 425px;
	top: 75px;
}
#about {
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 275px;
	width: 725px;
	left: 150px;
	top: 75px;
}
#gallery {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 275px;
	width: 725px;
	left: 150px;
	top: 75px;
	vertical-align: bottom;
}
#contact2 {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 275px;
	width: 250px;
	left: 150px;
	top: 75px;
	vertical-align: bottom;
	background-image: url(artwork/F0303.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #993300;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336600;
	text-decoration: overline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #336600;
	text-decoration: line-through;
}
