@charset "UTF-8";
@import "home.css";

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	/*font-family: "細明體" , "宋体" , "Sans-Serif" , "Arial";*/
	font-family: Arial, sans-serif;
	font-size: 13px;
}
body {
	min-height: 580px;
	min-width: 1020px;
}
html {
	overflow: auto;
}
#footer {
	position:absolute;
	bottom: 20px;
	left: 10px;
	width: 100%;
	z-index: 40;
}
#f_logo {
	position: relative;
	top: 13px;
	margin-right: 10px;
}
#facebook {
	position: absolute;
	top: 20px;
	right: 60px;
	
}

a img {
	border: none;
}
#caring {
	position: absolute;
	right: 100px;
	top: 10px;
	
}