body {
	text-align: center;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#header 
{
	font-size: 150%;
	color: #FF50B2;
	/*background: #FFFFFF url(images/heading_bg.gif) left bottom repeat-x; /* 將底色設為白色，並指定圖檔路徑、顯示位置及排列方式 */
	border-top: 7px solid #F9CFBA;
	border-bottom: 3px solid #CCCCCC;
	margin: 0 0 20px 0;
	padding: 10px;
	/*background-color: #DDDDDD;*/
	height: 30px;
}
#container {
	position: relative;
	margin: 10px 0; /* 設定上下邊界為10 */
	width: 100%; /* 設定區塊的寬度 */
}
#primary {
	/* 刪除position的設定值 */
	margin-left: 130px; /* 設定左邊界為100px */
	/*background-color: #C7D5ED;*/
}
#secondary 
{      
	position: absolute;
	left: 0px;
	top: 0px; /* 修改與上方的距離 */
	width: 126px;
	/*background-color: #F9CFBA;*/
}
#footer {
	/*background-color: #DDDDDD;*/
	text-align: center;
	height: 50px;
}