div.Main_Container{
	background-color: #FCFCDA;
	}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Headder Starts<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
div.Headder{
	margin-top: 0px;
	background-color: #0CF;
	height: 100px;  	
	width: 100%;
	overflow: hidden;
	position: fixed;
	float: left;
	font-size: 72px;
	text-align: center;
	border-bottom-left-radius: 20px;
   	border-bottom-right-radius: 20px;
}
div.Headder2{
	margin-top: 0px;
	background-color: #0CF;
	height: 200px;  	
	width: 100%;
	overflow: hidden;
	position: fixed;
	float: left;
	font-size: 72px;
	text-align: center;
	border-bottom-left-radius: 20px;
   	border-bottom-right-radius: 20px;
}

div.brand{
	background-color: #F00;
	}
div.side_menu{
	background-color: #0F0;
	}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Headder Ends<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
textarea {
  height: 200px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  background-color: #f8f8f8;
  font-size: 16px;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Footer Starts<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
div.footer {
   bottom: 0;
   background-color: #0CF;
   height: 100px; 
   width: 100%;
   overflow: hidden;
   position: fixed;
   float: left;
   font-size: 72px;
   text-align: center;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Footer Ends<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/