@charset "utf-8";
/* CSS Document */

body {
	background-color:#f5f1ee;
	background-image: url(images/bg_original40opac.jpg);
	background-position: center top;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}


#container {
	width: 1280px;
	height: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
}
#indexlogo {
	display: block;
	height: 181px;
	width: 123px;
	position: absolute;
	top: 101px;
	left: 250px;
	z-index: 3;
}
#name {
	display: block;
	height: 64px;
	width: 404px;
	position: absolute;
	top: 152px;
	left: 323px;
	z-index: 3;
	
}
#detail_index {
	display: block;
	height: 396px;
	width: 973px;
	position: absolute;
	top: 177px;
	left: 188px;
}



#indextext {
	display: block;
	height: 100px;
	width: 600px;
	position: absolute;
	top: 553px;
	left: 373px;
	z-index: 5;
}
#line {
	height: 50px;
	width: 520px;
	position: absolute;
	left: 290px;
	top: 219px;
}

.enter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2em;
	
	
}
