html {
            height: 100%;
     }

body {
            background-image: url(../images/bg_right.jpg);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
            background-size: cover;
     }


#wrapper {
	width:960px;
	margin:0 auto;

	color: #004d99;
	}
	
#header {
	width:960px;
    background-color:#FFFF99;
    }
#top li {
	float: right;
	width: 80px;
	letter-spacing: 3px;
	text-align: center;
	font-size: 15px;
	color:  #004d99;
	list-style-type: none;
}	
#content {
	width:960px;
	background-color: #FFF;
	background-image:url(image/logo3.jpg)
}
#sidebar_left{
	float: left;
	width: 160px;
	background-color: #3AA9F8;
}
#sidebar_right{
	width:800px;
	margin-left: 160px;
	min-height:560px;
	font-size: 16px;
	color: #000;
	text-align: center;
}

#footer {
	width:960px;
	height:100px;
	background-color:#FFF;
	clear:both;
	color: #000;
	font-family: "標楷體";
	line-height: 20px;
}
#button {
	font-size: 15px;
	font-weight: bolder;
	color: #FFF;
	background-color:000;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#button li {
	float: left;
	width: 158px;
	letter-spacing: 3px;
	text-align: center;
	list-style-type: none;
	font-size: 15px;
	color: #FFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: outset;
	border-bottom-color: #FFF;
}
#button li a {
	line-height: 1.4em;
	text-decoration: none;
	display: block;
	height: 40px;
	width:158px;
	color: #000;
}
#button li a:hover {
	color: #036;
	background-color: #FFF;
}



#sidebar_left li {
	width: 158px;
	text-align: left;
	list-style-type: square;
	font-size: 15px;
	color: #FFF;

}
#sidebar_left li a {
	line-height: 1.4em;
	text-decoration: none;
	height: 40px;
	width:158px;
	color: #FFF;
}
#sidebar_left li a:hover {
	color: #036;
	background-color: #FFF;
}

#button1 {
	font-size: 15px;
	font-weight: bolder;
	color: #FFF;
	background-color:000;
	margin: 0px;
	padding: 0px;
	
}