.happy3 {
	background-color: #000000;
	color: #EFEFEF;
	font-size: 14px;
	display:none;
}

/* THIS IS THE KEYPAESS CSS BELOW */
.rebuke {
	position: absolute;
	top: 24px;
	left: -3px;
  display: block;
  width: 340px;
  height: 300px;
 /*  background-position: left top; */
  background-repeat: no-repeat;
   z-index: 999;
 /*display:none;*/
  
   }
   
.cheats {
	
	position: absolute;
	top: 70px;
	left: 24px;
  display: block;
  width: 600px;
  padding: 12px;
  height: 700px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  z-index: 999;
  display: none;
  
 
}

.hiderebuke{
	display: none;
}
  

.floatleft {
	float:left;
}
.floatright  {
	float: right;
	
}

.container p {
	
	font-size: 18px;
}
	
	