.topbody{
	background-color: #FF8F35;
	 position: relative;
}
.topbody:after {
    content: "topbody";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
  }

.leftbody{
	background-color: #9DE86F;
	 position: relative;
}
.leftbody:after {
    content: "leftbody";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
  }

.rightbody{
	background-color: #E0D479;
	 position: relative;
}
.rightbody:after {
    content: "rightbody";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
  }

.bottombody{
	background-color: #F4B5FC;
	 position: relative;
}
.bottombody:after {
    content: "bottombody";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
  }

.mainbody{
	background-color: #E4FF70;
	 position: relative;
}
.mainbody:after {
    content: "mainbody";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
  }

 .maintop>div{
	background-color: #96A6FF  !important;
	 position: relative;
}
.maintop>div:after {
    content: "maintop"  !important;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
  }

 .mainbottom>div{
	background-color: #AED1FF  !important;
	 position: relative;
}
.mainbottom>div:after {
    content: "mainbottom" !important;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
  }

.sidebody-a{
	background-color: #8DE7F4;
	 position: relative;
}
.sidebody-a:after {
    content: "sidebody-a";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
  }

 .sidebody-b{
	background-color: #FFEA4F;
	 position: relative;
}
.sidebody-b:after {
    content: "sidebody-b";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
  }