@charset "utf-8";

html {
    height: 100%;
}
body {
	background-color: #e1e1e1;
	height: 100%;
}
#container {
	width: 100%;
	height: 100%;
	background: url(../img/logo.png) no-repeat;
	-webkit-background-size: 20%;
	-moz-background-size: 20%;
	-o-background-size: 20%;
	background-size: 200px;
	background-position: center;
	position:relative;
}
#container .txt {
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
}
#container .copyright {
	position: fixed;
	left: 0;
	bottom:15px;
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}