#bg {
	background-color: transparent; 
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%; 
	margin-top: -250px; 
	text-align: center; 
	min-width: 747px; 
}
#main { 
	margin: 0px auto; 
	background-image: url(images/home/bg01.jpg); 
	position: relative; 
	text-align: left; 
	width: 782px; 
	height: 520px; 
}
body {
	background-color: #000;
	margin: 0px;
}
#navigation1 {
	height: 500px;
	width: 189px;
	background: url(images/home/logo.jpg) no-repeat;
	position: relative;
	float: right;
	/*left: 593px;*/
}
#links {
	width:189px;
	height:196px;
	position:absolute;
	bottom:0;
}
.hide {
	display: none;
}
a {
	text-decoration: none;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 189px;
}
a:hover {
	background-position: left bottom;
}
#link1 {
	background-image: url(images/home/home.jpg);
	height: 21px;
	margin-bottom:3px;
	text-indent: -10000px;
}
#link8 {
	background-image: url(images/home/info.jpg);
	height:23px;
	text-indent: -10000px;
}
#link2 {
	background-image: url(images/home/philo.jpg);
	height: 23px;
	text-indent: -10000px;
}
#link3 {
	background-image: url(images/home/collections.jpg);
	height: 24px;
	text-indent: -10000px;
}
#link4 {
	background-image: url(images/home/items.jpg);
	height: 24px;
	text-indent: -10000px;
}
#link5 {
	background-image: url(images/home/commis.jpg);
	height: 24px;
	text-indent: -10000px;
}
#link6 {
	background-image: url(images/home/events.jpg);
	height: 24px;
	text-indent: -10000px;
}
#link7 {
	background-image: url(images/home/contact.jpg);
	height: 30px;
	text-indent: -10000px;

}
#credit { width:782px;height:20px;margin: 0px auto 0px auto;position:relative;top:-20px;background: #000;text-align:left; }