#infoboard { 
    display: block;
    float: left;
    height: 130px;
    width: 100%;
    text-align: left;
    margin: 2px;
}

#navigate .button {
    display: inline;
    margin: 0 10px 0 10px;
}

#msg1 {
    height: 60px;
}

#navigate {
    font-weight: bold;
    text-align: center;
}

.sel {
    display: block;
}

.hidd {
    display: none;
}