html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #333 url(http://library.taconet.com.tw/R/M/icon/back/green/green_0005.gif) repeat;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: rgba(0,0,0,.8);
}
a {
	color: rgba(0,0,0,.8);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/** WRAPPER */

#wrapper {
	background: #ffffff;
	margin: 0px 20px;
	text-align: center;	
}

.container {
//	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
}

/** LOGO */

#logo {
	padding: 20px 0px;
	color: #FF0000;
}

#logo h1 {
	letter-spacing: -1px;
	font-size: 3em;
}

#logo p {
	padding: 0px;
	letter-spacing: 0.05em;
	font-size: 0.9em;
	color: rgba(0,0,0,.4);
}

#logo p a {
	color: rgba(0,0,0,.4);
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: rgba(0,0,0,.8);
}

/** MENU */

#menu {
	overflow: hidden;
	background: #009900;
	margin: 0px 0px 20px 0px;
}

#menu ul {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 20px 0px 20px;
	line-height: 70px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: 200;
	color: #ffffff;
	border: none;
}

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

/* Footer */

#footer {
	overflow: hidden;
	padding: 20px 0px 20px 0px;
	text-align: center;
	color: rgba(255,255,255,0.2);
}

#footer a {
	color: rgba(255,255,255,0.3);
}


