body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #923A80;
	color: #eeeeee;
	line-height: 1.5em;
}

a img
{
	border: 0;
}

div#frame
{
	width: 900px;
	margin: 0 auto 0 auto;
	/*padding: 0 60px 0 60px;*/
	background-color: #923A80;
	position: relative;
}

div#frame div#butterfly
{
	width: 208px;
	height: 208px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url('../image/butterfly2.png');
	background-repeat: no-repeat;
	/*background-position: bottom right;*/
}

div#header
{
	height: 90px;
	position: relative;
}

div#header h1#banner
{
	height: 90px;
	width: 100%;
	background-color: #923A80;
	background-image: url('../image/banner_taiwan_logo.png');
	background-repeat: no-repeat;
	background-position: 15px 15px;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
	display: block;
}

div#mainmenu
{
	height: 50px;
	width: 100%;
	background-color: #C8ADDA;
}

div#submenu
{
	width: 200px;
	background-color: #C8ADDA;
	position: relative;
	padding-top: 10px;
	/*top: 141px;*/
	top: 1px;
	left: 20px;
	float: left;
}

div#footer
{
	text-align: center;
	padding: 80px 0 20px 0;
	clear: both;
	
}

div#footer a
{
	text-decoration: none;
	color: #ffd700;
}

div#content
{
	padding: 20px;
	position: relative;
	height: auto;
	background-color: #fff;
	color: #333;
	width: 600px;
	margin: 20px 20px 20px auto;
}

