html{
 border:0;
 margin:0px;
 overflow:hidden;
}

body{
  color:white;
  font-family: Tahoma , Geneva , sans-serif;
  font-size:14px;
}

a:active, a:visited, a:link, a:hover {
 border:0px solid white; 
 color:black;
}

img{
 border: 0px solid white; 
}

#returnHome{
  position:absolute;
  	right:10px;
  	bottom:-45px;
  z-index: 10;
}

#hyves{
  position:absolute;
 	bottom:-5px; 
  	right: 42px;
}

#closureLinks{
  position:relative;
  	bottom:0px;
  padding: 5px;
  background-color:white;
  text-align:center;
  color:black;
}


/* Terms popup */
#popupTerms{
  position:absolute;
  	top:-800px;
  	left:296px;
  width:400px;
  height:470px;  
  border: 1px solid black;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-image:url('/images/home/popup/bg.png' );
  font-family: Tahoma, Geneva, sans-serif;
  font-size:14px;
  z-index:50; 
}

#termsSpacer{
  margin:10px;
  width: 380px;
  height: 480px;
}

#closeTermsButton{  
   float:right;
   width: 19px; 
 
   text-align:center;
   color:white;
   font-weight:bold;
   margin-left:5px;
   border:3px solid white;
}

#termsHeader{
  width:374px;
  height: 27px;  
  border: 3px solid white;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top:5px;
  padding-right:5px;
  text-align:center;
  font-weight: bold;  
}

#termsBody{
  padding-left: 5px;
  padding-right:5px;
  margin-top:10px;
  overflow:hidden; 
  height: 380px;
  width:370px;
  border: 2px solid white;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color:white;
  font-size: 14px;
  background-image:url('/images/home/popup/content_bg.png' );
}

#termsFooter{
  margin-top:5px;
  text-align: center;
  color: white;
  font-size: 12px;  
}

#termsFooter a{
  text-decoration: underline;
  color:white;
}

/* Privacy popup */
#popupPrivacy{
  position:absolute;
  	top:-800px;
  	left:296px;
  width:400px;
  height:470px;   
  border: 1px solid black;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-image: url('/images/home/popup/bg.png' );
  font-family: Tahoma, Geneva, sans-serif;
  font-size:14px;
  z-index:50;
}

#privacySpacer{
  margin:10px;
  width: 380px;
  height: 480px;
}

#closePrivacyButton{
 
   float:right;
   width: 19px; 
 
   text-align:center;
   color:white;
   font-weight:bold;
   margin-left:5px;
   border:3px solid white;
}

#privacyHeader{
  width:374px;
  height: 27px;  
  border: 3px solid white;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top:5px;
  padding-right:5px;
  text-align:center;
  font-weight: bold;  
}

#privacyBody{
  padding-left: 5px;
  padding-right:5px;
  margin-top:10px;
  overflow:hidden; 
  height: 380px;
  width:370px;
  border: 2px solid white;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color:white;
  font-size: 14px;
  background-image:url('/images/home/popup/content_bg.png' );
}


#privacyFooter{
  margin-top:5px;
  text-align: center;
  color: white;
  font-size: 12px;  
}

#privacyFooter a{
  text-decoration: underline;
  color:white;
}
