/* All Layout
-------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

fieldset,img{
	border: 0;
}

abbr,acronym{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

body {
	background-color: #999999;
	line-height: 1.5;
	color: #393939;
	font: 62.5% "Century Gothic",Arial,
	"華康中黑體","新細明體",sans-serif;
	text-align: center;
}

* html body {
	font-size: 75%;
}

a:link {color: #cd524f;}
a:active {color: #ffcc00;}
a:visited { 
	color: #cd524f;
	text-decoration: none;
}
a:hover {color: #ffcc00;}
/*
/* Wrapper
-------------------------------------------------*/

#wrapper {
	height: auto;
	width: auto;
	background-color: #FFFFFF;
}
#set {
	background-color: #FFFFFF;
	height: auto;
	width: 1024px;
}
#top {
	background-color: #FFFFFF;
	height: 95px;
	width: 1024px;
}
#show {
	background-color: #FFFFFF;
	height: 422px;
	width: 1024px;
}
#main {
	background-color: #FFFFFF;
	height: auto;
	width: 1024px;
}
#footer {
	background-color: #FFFFFF;
	height: 63px;
	width: 1024px;
	margin-top: 15px;
}

