 
 body {
	
	background: #000 url(images/stars01.gif) repeat;
}
 
 
 h1 {
	
	color: #EFD478;
}
 
 h2 {
	
	color: #EFD478;
}
 
 

  #felt {
    position: relative;
    margin: 0 300px 0 300px;
    height: auto;
    
  }
  
  
  #felt_box {
	margin: 0 0 0 800px;
	width: 150px;
    height: auto;  
    
  }
  

  #felt div {
    position: absolute;
    left: -200px;
    top: 250px;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  
