body{
    padding: 0;
    margin: 0;
}
#header{
    height: 2rem;
    width: 100%;
    background-color: #007EE5;
    display: block;
    position: fixed;
    top: 0;
    color: #FFF;
}
#frame{
    display: block;
    /* margin-top: 2rem; */
    /* margin-bottom: 2rem; */
}
#footer{
    height: 3rem;
    width: 100%;
    background-color: #007EE5;
    
    position: fixed;
    bottom: 0;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    line-height: 3rem;
    font-size: 1.3rem;
      z-index: 103;
}
#float_circle{
    width: 6.25rem;
    height: 6.25rem;
    background-color: #007EE5;
    border-radius: 50%;
    position: fixed;
    right: 0;
    bottom: 4rem;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
}
a:link{
    color: #FFF;
}
a:visited{
    color: #EEE;
}
a{
    text-decoration: none;
}