html{
height:100%;
}
body{
height:100%;
    position:relative;
    background: #fff8c5;
    font-family: arial;
}
#top{
    margin: -8px -8px -5px -8px;
    background: #ffffff;
    height:100px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
}
#logo a{
    color: #616161;
    float:left;
    margin-left:5%;
    margin-top:15px;
    font-size:2.8em;
}
#board-box{
    height:334px;
    width: 600px;
    background: url('board2.png') no-repeat;
    background-size: 600px 334px ;
    border-radius:10px;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);
}
#board-text{
    color: #ffffff;
    position:relative;
    top:35%;
    font-size:2.8em;
}
button{
    transition-duration: 0.4s;
    padding: 15px 32px;
    background-color:#0091EA;
    color: #ffffff;
    text-align:center;
    font-size:16px;
    margin-top:10px;
    border: none;
}
button:hover{
    background-color: #f7f7f7;;
    color: #0091EA;
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.24);
}
#bottom{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin: 8px -8px -8px -8px;
    background: #ffffff;
    height:50px;
    box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.24);
}
#bottom a{
    color: #616161;
    float:left;
    margin-top:10px;
    margin-left:5px;
    margin-right:20px;
    font-size:1em;
}
#bottom li{
    display:inline;
    list-style-type:none;
}
