*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
  /*background-image: url('assets/uploads/hris/pl/template/pl_template7.jpg');*/
  background-image: url('assets/uploads/hris/pl/template/pl_template.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

/*Header Section*/
	#header_section {
	    /*background:#000;*/
	    overflow: hidden;
	    display: flex;
	    flex-direction: column;
	}
	#photo_part {
		margin-left: 12px;
    float:left;
    /*background:red;*/
    width: 108px;
    height: 147px;
	}

/*	#photo_id {
		position: fixed;
		margin-top: -5px;
	}

	#seal_id{
		position: fixed;
		margin-top: -35px;
		margin-left: 20px;
	}*/

	#div1 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	#div2 {
		position: absolute;
		width: 150px;
		top: 140px;
		left: 120px;
		/*z-index: 1;*/
	}

		#div3 {
		position: absolute;
		width: 150px;
		top: 590px;
		left: 485px;
	}

	#div3 > img {
		/*opacity: 1;
		z-index:1;*/
	}

	#ref_part {
	    /*background:green;*/
	    margin-top: -112px;
	    float: right;
	    width: 300px;
	}
/*Header Section*/

/*Main Content Section*/
	#main_content {
	    /*background:#000;*/
	    overflow: hidden;
	    display: flex;
	    flex-direction: column;
	    z-index: 999;
	}
	#amharic_section {
	    float:left;
	    /*background:red;*/
	    margin-top: -20px;
	    width: 48%;
	    padding: 10px;
	    font-family: amharic;
	}
	#amharic_header,
	#english_header{
		text-align: center;
		font-size: 20px;
		text-decoration: underline;
	}
	#english_section {
	    /*background:green;*/
	    /*margin-top: -1px;*/
	    float: right;
	    width: 48%;
	    padding: 10px;
	}
	#middle_section {
		position: relative;
		margin-top: 8px;
		overflow: hidden;
	  display: flex;
	  flex-direction: column;
	}
	#signature_part {
		position: absolute;
		text-align: center;
		float:left;
		/*background:red;*/
		width: 45%;
		padding: 10px;
		font-family: amharic;
		font-size: 18;
	}

	#left_signature,
	#right_signature {
		position: absolute;
	}

	#date_part {
		text-align: center;
		float: right;
		/*background:green;*/
		width: 45%;
		padding: 8;
		font-family: amharic;
		font-size: 12px;
	}

	#left_bottom_section {
		font-size: 12px;
		overflow: hidden;
	}
	#right_bottom_section {
		font-size: 12px;
		/*background:green;*/
		/*margin-top: -2px;*/
		overflow: hidden;
	}
	#plc_section {
		/*background:green;*/
		/*margin-top: 8px;*/
		text-align: right;
		font-size: 10px;
		float: right;
		width: 48%;
		overflow: hidden;
	}
/*Main Content Section*/