@charset "UTF-8";
/* CSS Document */
body {
background: #efefef; 
color: #333; /*色彩*/
margin: 0;
padding: 0;
text-align: center;
font: 11px/20px verdana,tahoma;}

a {color: #333;
text-decoration: none;}

a:hover {color: #999;
text-decoration: none}

#container {
position: relative;
background: #fff;
width: 800px;
margin-right: auto;
margin-left: auto;
text-align: left;}

#banner {
width: 800px;
height: 200px;}

.banner {
width: 800px;
height: 200px;
font-weight: bold;
padding: 10px ;
background: #efefef; }

#navigation {
background-image : url(img/menu-bg.gif); /*背景圖片*/
padding: 5px ;}

#main p{padding: 10px ;}

#copyright {text-align: center;
background-image : url(img/menu-bg.gif); /*背景圖片*/
height: 30px;}