@charset "utf-8";
/* CSS Document */

body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#eee; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
}
.center {
	text-align: center;
}



#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:120px;
	overflow:auto;
	background:#003376;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	overflow:auto;
	text-align:right;
	background:#003376;
}
  
#contents {
	position:fixed;
	top:140px;
	left:0;
	bottom:50px;
	right:0;
	overflow:auto;
	background:#FFF;
	width:100%;
	min-width:768px;
  }
  
 
  
/* for internet explorer */

* html body {
  padding:120px 0 50px 0; 
  }

* html #contents {
  height:100%; 
  width:100%; 
  }


#footer-text a {
	text-decoration: none;
	color: #FFF;
}
#footer-text a:hover {
	text-decoration: underline;
	color: #FFF;
}
.star {
	font-weight: bold;
	color: #F00;
}
#imglogo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
}
#header #logo {
	float: left;
	width: 50%;
}
#header #payimage {
	float: left;
	width: 43%;
}
