body {
	margin-left: 0px;
	margin-top: 0px;
}
.container {
	height: 100%;
	width: 100%;
	background-image: url(../image/backimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}
.content {
	height: 250px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	padding: 20px;
	margin-top: 250px;
	background-image: url(../image/backimg.png);
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
