Click on the Try It button and see, change, review the codes...
	
		body {
	
		    background: url('../Images/arkaplan.png') no-repeat fixed center top;
	
		/* these 4 lines for picture to fill the screen */
	
		    -webkit-background-size: cover;
	
		    -moz-background-size: cover;
	
		    -o-background-size: cover;
	
		    background-size: cover;
	
		    margin: 0;
	
		    padding: 0;
	
		}