body {
        margin: 0px;
        padding: 0px;
        color: black;
        DEL_background-color: gainsboro;
        font-family: arial;
        font-size: 10pt;
        font-weight: normal;
        min-width: 860px;
        min-height: 600px;

}

#MAIN {
	display: table;
	background-color: gainsboro; 
	padding: 0px; 
	margin: 0px; 
	border: 0px;
	width:100%;
	height: 500px
}

#HEADING {
	display: table-cell;
	height: 100px;
	float: left; 
	border: 1px solid black; 
        width: calc(100% - 152px);
        width: -webkit-calc(100% - 152px);
        width: -moz-calc(100% - 152px);
	background-color: whitesmoke;
}
#HEADING h1 {
	font-size: 36px;
	text-align: center;
}

#LOGO {
	float: left;
	display: table-cell;
	height: 292px; 
	min-width: 148px;
	border: 1px solid black;
        background-image:url('/logo.png');
}

#MSG {
	display: table-cell;
	min-height: 100px;
	float: left; 
	border: 1px dotted; 
	width: calc(100% - 400px); 
	width: -webkit-calc(100% - 400px); 
	width: -moz-calc(100% - 400px); 
	background-color: whitesmoke;
	margin: 100px; 
	padding: 10px;
}
#MSG h1 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
#MSG h2 {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

#INFO {
	font-size: 12px;
	border: 1px dotted grey;
	display: table;
	background-color: lightgrey; 
	padding: 10px;
	margin: 20px;
}
