body {
	background-image: url(img/back4.jpg);
background-color: #000;

}
h1 {
font-size: 12em;
}
a {
	text-decoration: none;
color: #777;
}
a:visited {
	text-decoration: none;
color: #777;
}
a: hover {
	
	
}
.title {
	position: relative;
	top: -90px;
color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}
.wrap {
position: relative;
top: -100px;
}
.haccordion .header, .haccordion .content{ 
	  top: -100px;
	  float: left; 
	  height: 150px; 
	 } 
	  
	 .haccordion .header{ 
	  width: 150px; 
	  color: #000; 
	  font-size: 2em;
	  cursor: pointer; 
	  filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	 } 
	.header a:hover{
	background-color: #fff;
	}
	 .haccordion .content{ 
	  display: none; 
	  width: 0px; 
	  overflow: auto; 
	  background:#000;
	  color: #777;
	  filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	overflow-y: auto; overflow-x: hidden
	 } 
	  
	 .haccordion .content p{ 
	  margin: 5px; 
	 } 
