@charset "utf-8";
/* CSS Document */

body{	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#1E1E26;
	/*background-repeat: no-repeat;*/
	text-align:center;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "微軟正黑體";
	background-image:url(../images/main_line02_black.jpg);
	background-repeat:repeat-x;
}

a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: none;
	color: #ccc;
	}
	
	
#main_pic{	
	position:relative; 
	z-index:0; 
	background-color:#B4D2D4; 
	width:1360px; 
	height:629px;
	}	
	
