.master_div
{
	width: 100%;
	height: 900px;
	border: 0px solid black;
	
}

.header_div
{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: white;
  border: 0px solid #73AD21;
}

.headerl_div

{
	top: 30px;
	shape-margin: 40px;
	height: 60px;
	width: 30%;
	background: WHITE;
	border: 1px black;
}

.headerl_div h1
{
	color: gray;
	margin-left: 20px;
}

.headerr_div
 {
  position: fixed;
  top: 0;
  right: 10px;
  width: 80px;
  height: 80px;
  background: white;
  border: 0px solid #73AD21;
}

.header_div img
{
	width: 100%;
	height: 100%;
}


.footer_div
{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: green;
  border: 0px solid #73AD21;
}

.footerl_div
{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 100px;
  background: green;
  border: 2px solid #73AD21;
   border-radius: 56px;
}

.footerl_div h3
{
	margin-top: 10px;
	color: white;
	margin-left: 22px;
}
.footerl_div h4
{
	color: white;
	margin-left: 22px;
	margin-top: -22px;
}

.footerr_div
{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 63%;
  border: 0px solid #73AD21;
}

.footerr_div h3
{

  margin-right: 20px;
  margin-top: 20px;
  color: white;
}

.footerrt_div
{
  position: fixed;
  width: 100%;
  height: 40%;
  background: green;
  border: 2px solid #73AD21;
}

.footerrt_div img
{
	width: 100%
	height: 100%;
}

.footerrb_div
{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 49%;
  border: 2px solid #73AD21;
}
