html{ 
height:100%;
}  

body{ 
height:100%;
margin: 0 0 0 0 ;
}  

#map{
width:100%;
height:100%;
float:left;
overflow:hidden;

}
#reset{
padding-left:10px;
display:none;
width:30%;
overflow:auto;
float:left;

}


#directions{
display:none;
width:31%;
height:95%;
overflow:auto;
float:left;

}

