@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');


body {
  padding-top: 0rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

h1{
	color:#0000FF;
}

h2{
	color:#FF0000;
}
html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
    font-family: "Nanum Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}
#header {
    position:relative;
    background-color: #fffff0;
    height: 50px;
    border: 2px solid #f15922;
    margin: 0;
    padding: 0;
}
#map {
    position:absolute;
    top:0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
} 