
body {
	background-color: #000;
	margin-top: 10px;
	color: #FFF;
}
	
	
.takeback {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #FF3;
	padding-top: 15px;
}

.list {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #CF9;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	text-align: left;
}

.enter {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #900;
	font-weight: bold;
		  /* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255) transparent;
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF)";

}

.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

.transbox
  {
  width:760px;
  height:250px;
  background-color: #FFF;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
  position: relative;
  }
  
.transbox p
  {
  margin:20px;
  font-weight:bold;
  color: #690;
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  position: relative;
  }
  
  .trans2 {
	  position: absolute;
	  /* top: 0; /* These positions makes sure that the overlay */
	  /* bottom: 0;  /* will cover the entire parent */
	  /* left: 0; */
	  width: 740px;
	  padding-left: 40px;
	  margin-left: 40px;
	  background-color: #000;
	  -ms-filter:”alpha(opacity=50)”; 
	  filter:alpha(opacity=50);
	  /* Fallback for web browsers that doesn't support RGBa */
	  background: rgb(0, 0, 0) transparent;
	  /* RGBa with 0.6 opacity */
	  background: rgba(0, 0, 0, 0.5);
	  /* background-color: #FFF;
	  opacity: 0.5; */
	  /* filter:alpha(opacity=50); /* For IE6&7 */
  }

#bg-link { 
		position: absolute; 
		top: 500px; 
		left: 800px; 
		width: 260px; 
		height: 30px; 
		background-color: transparent; 
		border: 0px solid yellow;
		}
		
.main1 {
		background-color: #000;
}

#strip {
		background-color: #663300;
	  -ms-filter:”alpha(opacity=50)”; 
	  filter:alpha(opacity=50);
	  /* Fallback for web browsers that doesn't support RGBa */
	  background: rgb(102, 51, 0) transparent;
	  /* RGBa with 0.6 opacity */
	  background: rgba(102, 51, 0, 0.5);
	  /* background-color: #FFF;
	  opacity: 0.5; */
	  /* filter:alpha(opacity=50); /* For IE6&7 */
}

.solucon {
	padding-left: 60px;
}