.background, #background, #joolsbody, body{ 
}

#layout {
padding-left:10px;

}
#hd {
	padding-left: 20px;
    	height: 240px; 
	border-color: #2647A0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	
}
#maincointent {
	padding: 1px;
	height: 100%;
	position: relative;
}
#icocount {
	text-position: center;
	font-weight: bold;
	font-size: 14;
}

.bodytext {
	padding-left: 10px;
}

.nounderline  {
	text-decoration: none;
	color: inherit;
}
#ft {
	font-size: 90%;
	border: 0px solid #ccc;
	height: 100%;
	position: relative;
	align: left;
}


}
#header-login {
	float: right;
	padding: 20px;
	background: silver;
	width: 200px;
}

.spanTerms {
        overflow:auto;
        display:block;
        width: 300px;
        height: 200px;
}
.spanCoinPrice {
	font-weight:bold;
	color: black;
	width: 300px;
}
.spanRegisterFail {
        font-weight:bold;
        color: red;
        width: 300px;
}
.TDHighlight {
	background-color: #ADD8E6;
	padding: 10px;
}
.TDNorm {
	background-color: #E8E8E8;
	padding: 10px;
}
p {
	font-size: 1.5em;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#codebg {
    /* The image used */

    /* Full height */
/*    height: 100%; */

    /* Center and scale the image nicely */
/*    background-size: cover; */
}