html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
	background-attachment: fixed;
	overflow: hidden;
}
.modal-open {
overflow: auto;
}
.map
{
width: 100%;
height: 100%;
border-top: 1px solid #666666;
vertical-align: middle;
}
.menu{
position:absolute; top:85%;left:3%;
text-align: center;
background: clear;
padding: 0;
margin-left: auto;
margin-right: auto;
}
#infomation{
position:absolute; top:70%;right:-2%;
width: 200px;
text-align: center;
padding: 0;
font-size: 4em;
margin-left: auto;
margin-right: auto;
}
#file_button{
position: absolute;
bottom: 0px;
opacity: 0.01;
font-size: 20px;
}
.textarea{
//position:absolute; top:84%; left:0%;
font-size: 15px;
}

