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

*{padding:0; margin:0;}
body {
	background-image: url(../images/index_bg2.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #AB8ABA;
	font-family: "times New Roman", "新細明體", serif;
	font-size: 13px;
	color: #3F0124;
	letter-spacing: 2px;
}
.header,.container,.footer {
	margin:0 auto;
}
.header {
	height: 150px;
	width: 800px;
	position: relative;
}

#logo {
	position: absolute;
	height: 68px;
	width: 160px;
	left: 0px;
	top: 20px;
}
#logo a {
	background-image: url(../images/layout/logo.png);
	display: block;
	height: 100%;
	width: 100%;
	background-position: left bottom;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#logo a:hover {
	background-position: left top;
}
#music {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 25px;
	width: 50px;
}
#enterArea {
	position: absolute;
	height: 20px;
	width: 100px;
	right: 50px;
	bottom: 0px;
	text-align: right;
	padding-top: 5px;
}
#enterArea a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	color: #C6F;
	padding-right: 3px;
}
#enterArea a:hover {
	font-style: italic;
	color: #939;
	padding-right: 0px;
}
.container {
	/* [disabled]height: 500px; */
	width: 840px;
}
.footer {
	width: 800px;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 30px;
}
