@charset "utf-8";
/* CSS Document */
.contents{
	font-family: sans-serif, "Myriad Pro", "Helvetica Neue", "SimHei", "Verdana";
	font-size:8.5pt;
	text-decoration:none;
	line-height: 13pt;
	text-align: left;
	margin-top: 0px;
	letter-spacing: 0px;
	color: #fffde6;
}
.info{
	font-family: sans-serif, "Myriad Pro", "Helvetica Neue", "SimHei", "Verdana";
	font-size:8.5pt;
	text-decoration:none;
	line-height: 13pt;
	text-align: right;
	margin-top: 0px;
	letter-spacing: 0px;
	color: #fffde6;
}
.info_link{
	font-family: sans-serif, "Myriad Pro", "Helvetica Neue", "SimHei", "Verdana";
	font-size:8pt;
	text-decoration:none;
	line-height: 13pt;
	text-align: right;
	margin-top: 0px;
	letter-spacing: 0px;
	color: #fffde6;
}

body {
	font-weight: normal;
	font-size: 100%;
	margin: 0; padding: 0;
	text-align: center;
	background: url(../imgs/bg_motarts.jpg) no-repeat top center fixed;
	background-color:#091e32;
	font-size:small;
}

div#box001{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height: 600px;
	width: 850px;
	z-index:1;
	}

div#contents_box{
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
	}
		
div#contents{
	position:absolute;
	top:380px;
	left:266px;
	z-index:7;
	font-weight: normal;
	font-size: 100%
	}	

div#menu{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:-50px;
	height: 50px;
	width: 850px;
	z-index:15;
	}	
	
div#black_bar{
	position:absolute;
	top:20px;
	left:0px;
	z-index:15;
	}
div#black_bar_shadow{
	position:absolute;
	top:15px;
	left:0px;
	z-index:15;
	}
	
div#exhibit_button{
	position: absolute;
	top:0px;
	left:219px;
	z-index:14;
	}

div#artist_button{
	position: absolute;
	top:0px;
	left:325px;
	z-index:14;
	}

div#motarts_button{
	position: absolute;
	top:0px;
	left:535px;
	z-index:14;
	}
	
	
