body {
  background-image: url('images/daisy.jpg');
  background-position: 0px 205px;
  background-repeat: repeat-y;
  }
  
  #HeaderLayer {
	padding: 10px;
	position: absolute;
	left: 100px;
	top: 0px;
	width: 800px;
	height: 200;
	z-index: 1;
	background-color: white;
	background-image: url('images/Name.jpg');
	background-repeat: no-repeat;
	background-position: 60px 75px;
	
    }

	
  #Main {
  	border:3px dashed purple; padding:5px; position: absolute; left: 100px; top: 200px; width: 600px; 
    z-index: 1;
    background-image: url('images/daisybg2.jpg'); 
    background-position:      -106px 2px;
	}
	
  #Pic1 {
  	border-top: 5px ridge red;
	border-left: 5px ridge red;
	border-right: 5px ridge red;
	border-bottom: 5px ridge red;
	padding: 5px;
    z-index: 2;
    }
    
  #Pic2 {
  	border-top: 5px ridge fuchsia;
	border-left: 5px ridge fuchsia;
	border-right: 5px ridge fuchsia;
	border-bottom: 5px ridge fuchsia;
	padding: 5px;
    z-index: 2;
	}
