﻿.footer-div
{
	 width: 100%;
            text-align: center;
            position: fixed;
            bottom: 0;
            left: 0;
			background-color: #54AAE3;z-index:1000;
}
.footer-innerdiv
{
	margin-top:5px;font-weight: bold;font-size:15px;color:white;height:30px;
}
 .header-div
{
	 width: 100%;
            text-align: center;
            position: fixed;
            bottom: 0;
            top: 0;
			 height:50px;
			background-color:silver; 
}
.header-innerdiv
{
	margin-top:5px;font-weight: bold;font-size:15px;color:white;
}
 
 
