#body{
  text-align: center;
  margin: 0 auto;
	
	background: url('../images/wall.jpg');
	background-color: #FFF;
		background-repeat: repeat-x;
		background-attachment: fixed;
  }
  

#midden{
  background: url('../images/menu BG3.png'); 
  background-repeat: no-repeat;
  
  width: 900px;
  height: 700px;
  
  display: block;
	
	margin: 0 auto;
  } 

#left{
  background: none; 
  
  width: 270px; 
  height: 370px;
  
  float: left;
  
  margin-left: 170px;
  margin-top: 30px;
  }
 
#left-top{
  background: none;
	
	margin-top: 75px;
  } 

#left-bottom{
  background: none;
	
	margin-top: 35px;
  } 
 
#right{
  background: none; 
  width: 270px; 
  height: 370px;
  
  float: left;
  
  margin-left: 10px;
  margin-top: 30px;
  }
	
#right-top{
  background: none;
	
	margin-top: 75px;
  } 

#right-bottom{
  background: none;
	
	margin-top: 6px;
  } 
 
.hover{
  filter:alpha(opacity=50);
	}

.hover:hover{
  filter:alpha(opacity=00);
	}