回到首頁

overall.css

    
	body{
	font-family: 'Times New Roman', '正新細明體';
	font-size: 12pt;
	line-height:1.6em;
	background-color: white;
	color: rgba(30,49,36,1);
	letter-spacing: 0.1em;
	text-align: justify;
	
	background-image: url("img/bg-img-1.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
	padding-bottom: 30px; 
}