@charset "utf-8";
/* CSS Document */

body{
	background:#fff url('../img/pic.gif');
}

.container{
	position:relative;
	top:0px;
	width:800px;
	height:1250px;
	z-index:0;
	margin:0 auto;
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	background:#fff url('../img/hq_ten_bg.jpg') no-repeat;
}

.musium a{
	position:absolute;
	top:960px;
	left:67px;
	z-index:10;
	width:439px;
	height:59px;
	background: url('../img/link.png') no-repeat;
}

.musium a:hover{
	background: url('../img/link_on.png') no-repeat;
}