@charset "utf-8";
#body{
	background-image: url(../images/bground.jpg);
	margin:0;
	padding:0;
}

#wall{
	border: 20px ridge #066;
	width: 960px;/*必須要設定你整個DIV區塊的寬度*/
	height: 572px;
	position: absolute;
	margin: 0px -301px 0px -480px;/*調整水平垂直置中*/
	top: 0%;
	left: 50%;
	overflow: auto;
	
}

#header {
	background-image:url(../images/shelin_title.gif);
	height: 120px;
	width: 960px;
	background-repeat: no-repeat;
	border: thin none #030;
	
}

#content {
 	width: 960px;
	height: 150px;
	background-color: #F2F2E6;
	/*font-family: "微軟正黑體";
	font-size: 48px;
	color: #330;
	text-align: center;*/
	/*border-top-width: 2px;
	border-right-width: 2px;*/
	/*border-bottom-width: 0px;
	/*border-left-width: 2px;*/
	/*border-bottom-style: solid;
	font-weight: bold;*/
}

#footer {
	width: 960px;
	height: 300px;
	background-color: #F2F2E6;
}

#all_wall{
	width: 960px;/*必須要設定你整個DIV區塊的寬度*/
	position: absolute;
	margin: 0px 0px 0px -470px;/*調整水平垂直置中*/
	/*top: 50%; */
	left: 50%;
	overflow: hidden;
	
	background-color: #FFF;
	border: 2px solid #099;
}


#all_header{
	width: 960px;
	height: 130px;
	background-image: url(../images/1.png);
	background-repeat: no-repeat;
}

#all_title{

	width: 960px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	margin-left: 140px; /*設定左邊界*/
	padding-left:160px; /*設定左邊界留白*/
}


#all_content{
	width: 960px;
	
}


#contentL {
	float: left;
	width: 140px;
	padding-top:10px;    /*設定上邊界留白*/
	padding-left:10px;   /*設定左邊界留白*/
}


#contentR {
	
}


#all_footer {
	
}
