/* CSS Document */

body{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;}



/*最上方100%的bar*/
#topbar {
  position:relative; 
  margin:0px;
  top:0px;
  left:0px;
  right:0px;
  width:100%;
  height:25px;
  background-color:#44d3ff;
  background-image:url(images/topbar-bg.png);
  background-position:bottom left; 
  background-repeat:repeat-x;
}

/*中間主要整體大區塊 寬960px*/
#all {
position:absolute;
top:30px;
left:50%;
margin-left: -480px;
/*margin: auto;*/
right:0;
width:960px;
}

/*主要內容區塊(包夾leftbox和rightbox)
#main{
position:absolute;

left:0;
right:0;
width:960px;
background-color:#CCC000;
}
*/

/*左邊的欄位位置*/
#leftbox{
position:absolute;
left:0;
width:300px;
background-color:#999999;
}


/*右邊的欄位位置*/
#rightbox{
position:absolute;
left:300px;
width:660px;
background-color:#00FFFF;
}


/*最下方版權宣告區塊*/
#footer{
	position: relative;
	width:960px;
	/*background-color:#669966;*/
	background-image:url(images/bottom-bg.png);
	background-position:center bottom ;
	background-repeat:no-repeat
	clear:both;
	left: 0px;
	top: auto;
	height: 70;
	
 }


/*最上方100%的bar*/
#footerbar {
  position:relative; 
  margin:0;
  top:1500px;

  width:100%;
  height:100px;
  
  background-image:url(images/bottombar-bg.png);
  background-position:top center; 
  background-repeat:repeat-x;
  clear:both;
background-color:#0c1aa4;
}



/*最上方100%的bar*/
#footerbarindex {
  position:relative; 
  margin:0;
  top:1630px;

  width:100%;
  height:100px;
  
  background-image:url(images/bottombar-bg.png);
  background-position:top center; 
  background-repeat:repeat-x;
  clear:both;
background-color:#0c1aa4;
}