@charset "UTF-8";
.floater {
	position:absolute;
	margin:0 auto;
	 margin-left: -138px;  /***  width / 2   ***/
  top: 20%;          /***  height / 2   ***/
  left: 50%;
	width: 276px;
}
img.logo {
	display: block;
	margin-left: auto;
    	margin-right: auto;
}
.text {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
	text-decoration: none;
	color: #333;
	padding-top: 25px;
	font-size: 12px;
	width: 276px;
	
}
.link {
	text-decoration: none;
	color: #000;
	font-weight: bolder;
}
.link:hover {
	text-decoration: none;
	font-weight: bolder;
	font-style: italic;
}
.main {
	text-align: center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 0;;
}
