body
{
 padding:0px;
 margin:0 auto;
 width:1000px;
 overflow: auto;
 }

/*table 
{
	padding: 0px; 
}
*/

#top {
	background-image: url(images/company_r1_c1.jpg);
	background-repeat: no-repeat;
	float: none;
	height: 130px; 
	width: 1000px;
	margin-top:0px;
	margin-bottom:0px;

}

#menu
{	position:relative; 	
	z-index:99;
	height:48px;
	width: 1000px;
	background-image: url(images/campany_r3_c1.png);
	background-repeat: no-repeat;

}


#FlashContent
 {
	height:167px;
	width: 1000px;
	background-image: url(images/campany_r4_c1.png);
	background-repeat: no-repeat;
}

#mainContent
 {	
	width: 1000px;
	background-image: url(images/campany_r5_c1.png);
	background-repeat: repeat-y;
	text-align:left;
	 overflow: auto;

}

/*解決Ie6不支援png圖檔的問題*/
#mainContent img  {behavior: url(css/pngbehavior.htc);}


#foot01 {
	background-image: url(images/campany_r6_c1.png);
	background-repeat: repeat-y;
	height: 33px;
	width: 1000px;
}

#foot02 {
	background-image: url(images/campany_r7_c1.png);
	background-repeat: repeat-y;
	height: 103px;
	width: 1000px;
}

