
    body, html {
    height: 100%;
	width:100%
    }
	
	#parent{ 
      height: 100%;
	  width:100%;
	  top:0px;
	  left:0px;  
	  position:fixed;
	  padding:10px
	 }
	
	.header {
	width:100%;
    height: 5%;
	position:fixed;
	top:0px;
    left:0px
    }   
    .viewMap {
    width: 95%;
	height: 85%;
	top:40px;
	padding: 20px

    }
	.footer {
	width:100%;
    height: 5%;
	position:float
	}