body {
	margin:0px;
	background-repeat:repeat-x;
	background-image: url(images/bady_bg.jpg);
	background-position: top;
	background-color: #7DA3D4;
}

html {
SCROLLBAR-FACE-COLOR: #527764;
SCROLLBAR-HIGHLIGHT-COLOR: #527764;
SCROLLBAR-SHADOW-COLOR: #527764;
SCROLLBAR-3DLIGHT-COLOR: #000000;
SCROLLBAR-ARROW-COLOR:  #00FF00;
SCROLLBAR-TRACK-COLOR: #748076;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
}


/*頁面層容器*/
#Outer {width:100%; height:100%;}

/*頁面頭部*/
#Top {
	width:880px;
	height:25px;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/*頁面頭部*/
#Header {
	width:880px;
	height:275px;
	margin:0px auto auto auto;
}

#IndexHeader {
	width:880px;
	height:345px;
	margin:0px auto auto auto;
}

/*頁面主體*/
#Main {
	width:880px;
	margin:0px auto;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
}

/*內文區*/
#Content {width:880px; margin:auto; padding:0px; float:none;}

/*頁面底部*/
#Footer {
    width:880px;
	height:70px;
	margin:0px auto;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;}
