@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(../media/bg.jpg); /* 298 x 2300 px */
	background-color: #E2E2E2;
	background-repeat: repeat-x;
	
	scrollbar-face-color: #ffffff; /*捲軸顏色*/
	scrollbar-highlight-color: #336699; /*捲軸左與上內邊框*/
	scrollbar-shadow-color: #336699;/*捲軸右與下內邊框*/ 
	scrollbar-3dlight-color: #ffffff; /*捲軸左與上外邊框*/ 
	scrollbar-darkshadow-color: #ffffff;/*捲軸右與下外邊框*/
	scrollbar-arrow-color: #336699; /*捲軸箭頭*/
	scrollbar-track-color: #ffffff; /*捲軸底色*/
}
