@charset "utf-8";

/* 整體結構
---------------------------------------------------- */
html{    /* ■捲軸顏色設定*/
SCROLLBAR-HIGHLIGHT-COLOR: #6cb4b4;
 SCROLLBAR-ARROW-COLOR: #d8d8fc;
 SCROLLBAR-TRACK-COLOR: #006c90;
 SCROLLBAR-BASE-COLOR: #000000
}

body {   /* ■一般文字設定以及網頁背景圖*/
  margin: 0;
  padding: 0; 
  line-height: ;
  font-size: 12px;
  background: #000000;
  background-image: url("images/cloud.jpg");
  background-repeat:repeat;  
  background-attachment:fixed;
  color:#333333;
}