@charset "UTF-8";
/* CSS Document */

 #top {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 60px;
    text-align: center;
	}
  #bottom{
    position: fixed;
    top: 100px;
    right: 0;
    left: 0%;
	height: auto;
    border-left: none;
	}
  iframe {
    border: none;
    width: 100%;
	height: auto;
    bottom: auto;
	}



#nav{
    width: 500px;
    background-color: #FDFDFD;
}
ul{
 display: flex;
}
li{
  list-style: none;
  margin-right: 20px;
}