  #Container {
            width: 960px;
            height: 650px;
		    overflow: hidden;
			
            
        }

        #wrapper {
	width: 960px;
	position: relative;
	left: 0px;
	transition: left .8s ease-in-out;
			
        }

        .content {
            float: left;
            height: 650px;
            white-space: normal;
            width: 960px;
            
            
        }

            .content p {
                font-family: Arial, sans-serif;
                
            }

		#itemOne {
		    background-image: url(../PICTURES/Imp/Bosum-Impressum.jpg);
		    
		}
		
		#itemTwo {
		    background-color: #000000;
		    
		}
		
		#itemThree {
		    background-color: #000000;
		   
		}
		
		#itemFour {
		    background-color: #000000;
		    
		}
 
