#body {
	text-align: center;
	left: 1%;
	width: 80%; 
	position: absolute;
	top:200px; 
	height: 60%;
}
#Pendule {
	text-align:center ;
	width: 20%; 
	position: absolute;
	height: 15%;
}

#Middle_Header {
	left: 20%; 
	width: 60%;
	text-align: center;
	left: 20%; 
	width: 60%; 
	position: absolute;
	height: 15%;
}

#Right_Header{
	left: 80%;
	width: 20%; 
	position: absolute;
	height: 15%;
}

#Menu_Header{
	text-align:center ;
	width: 100%; 
	position: absolute; 
	top: 140px;
}

#Sub_Menu_Header{
	width: 20%; 
	position: absolute; 
	top: 0px; 
	height: 100%;
}

#Middle_body {
	text-align: center;
	left: 20%;
	width: 100%; 
	position: absolute;
	top:0; 
	height: 100%;
}

#Center_body {
	text-align: center;
	left: 15%;
	width: 75%; 
	position: absolute;
	top:0; 
	height: 100%;
}

#Left_body{
	text-align: JUSTIFY;
	left: 1%;
	width: 25%; 
	position: absolute;
	top:0; 
	height: 100%;
}

#Right_body {
	text-align: JUSTIFY;
	left: 95%;
	width: 25%; 
	position: absolute;
	top:0; 
	height: 100%;
}
#Footer{
	text-align:center;
	width: 100%;
	position: absolute;
	top: 680px;
	height: 5%;
}

