
body{
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
	
}

img {
        border:0;
}

#wrapper {
	width: 776px;
	margin:0 auto;
	background: #fff;
}
#header {
    width: 776px;
	height: 63px;
}
#container {
	width: 756px;
	margin:0 auto;
	padding-bottom:5px;
	text-align: center;	
}

#secondary {
	float: left;
	width: 130px;
	margin: 0px 0px 0px 0px; /* 只修改上、下邊界的值 */

}
#primary {
	float: left; /* 指定區塊向右浮動 */
	width: 500px;
	margin: 0px 0 0 10px;

}

#advertisement {
	float: left;
	width: 206px;
	margin: 0px 0px 0 10px;

}
#footer {
	clear: both;
	margin: 0px auto;
	height: 147px;
	text-align: center;
}
#bottom{
	width: 776px;
	margin:0 auto;

}