
#main {height: 600px; width: 100%;
       background-color: #fafad2;
	   position: relative;}

#asante {color: red; text-align: center}

#subHeading {color: teal;  text-align: center}

#bodydivleft {position: relative;
             
              height: 400px;
              width: 42%;
              float: left;
			  border-width: 1px;
			  border-style: solid;
			  background-color: #d3d3d3;
			  margin: 15px;
			  padding: 20px;}

#bodydivright {position: relative;
               float: right;
               height: 400px;
               width: 42%;
			   background-color:#d3d3d3;
			   border-style: solid;
			   border-width: 1px;
			   margin: 15px;
			   padding: 20px;}

#footer {postion: relative;
         width: 100%;
         bottom:  5px;
		 height: 20px}

h4 { color: green}

.paraHeading {font-size:14pt; font-weight:bold;}

     
