/*背景冇邊界*/
body, div {
 margin: 0;
 padding: 0;
}

/*網頁頭部*/
#header_logo {
 width:30%;
 float:left;
 text-align:center;
}
#header_list {
 width:70%;
 float:right;
 text-align:center;
 position:relative;
 top:40%;
}
#header_background {
 background-color:#cbb88e;
 width:100%;
 height:72px;
 text-align:center;
}
ul#link {
 padding: 0;
 margin: 0 auto;
}
ul#link li {
display: inline;
}
ul#link li a {
 color: black;
 font-size:16px;
 font-weight: bold;
 padding: 10px 20px;
 text-decoration: none;
 border-radius: 4px 4px 0 0;
}
ul#link li a:hover {
 color: white;
}
#table, th, td {
 border: 0;
 margin: 0;
 padding: 0;
}
/*網頁身體*/
#section {
 background: url("../photo/index.jpg") no-repeat center center scroll;
 background-size: cover;
 color:black;
 text-shadow:2px 2px #ffffff;
 width:100%;
 height:700px;
 margin: 0px auto;
 text-align:center;	 	 
}
#section2 {
 background: url("../photo/about_us.jpg") no-repeat center center scroll;
 background-size: cover;
 color:white;
 width:cover;
 height:400px;
 margin: 0px auto;
 text-align:center;
 padding:5px;	 	 
}
#section3 {
 background: url("../photo/our_expertise.jpg") no-repeat center center scroll;
 background-size: cover;
 color:white;
 width:cover;
 height:400px;
 margin: 0px auto;
 text-align:center;
 padding:5px;	 	 
}
#section4 {
 background: url("../photo/our_works.jpg") no-repeat center center scroll;
 background-size: cover;
 color:white;
 width:cover;
 height:400px;
 margin: 0px auto;
 text-align:center;
 padding:5px;	 	 
}
#section5 {
 background: url("../photo/contact.jpg") no-repeat center center scroll;
 background-size: cover;
 color:white;
 width:cover;
 height:400px;
 margin: 0px auto;
 text-align:center;
 padding:5px;	 	 
}
/*網頁按鈕*/
ul#button {
 padding: 0;
}
ul#button li {
 display: inline;
}
ul#button li a {
 color: white;
 font-size:20px;
 font-weight: bold;
 background-color: black;
 text-shadow:2px 2px #000000;
 padding: 20px 30px;
 text-decoration: none;
 border-radius: 4px 4px 0 0;
}
ul#button li a:hover {
 background-color: grey;
}
/*網頁影片*/
#video {
 color:white;
 width:100%;
 text-align:center;
 padding:5px;	 	 
}
/*網頁腳部*/
#footer {
 background-color:black;
 color:white;
 clear:both;
 text-align:center;
 font-size:12px;
 padding:5px;	 	 
}
/*Reserved*/
/*Website Left
#nav {
 line-height:30px;
 background-color:#eeeeee;
 height:300px;
 width:100px;
 float:left;
 padding:5px;	      
}*/
</style>