body{
    text-align: center;
    touch-action: manipulation;
}
#river{
    touch-action: none;
    background-color: rgb(181, 213, 231);
    float: left;
}
#caparea{
    float: right;
}
p{
    width: 960px;
    margin: 0 auto;
}
table{
    margin: 0 auto;
}
.buttonarea{
    touch-action: none;
    width: 480px;
    text-align: center;
}
.noarea{
    width: 480px;
    text-align: center;
}
#left{
    touch-action: none;
    background: url(./img/leftfish.png) left no-repeat;
    width: 100;
    height: 35;
    margin-top: 20px;
    margin-left: 35px;
    margin-right: 35px;
    padding-right: 20;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    color: black;
}
#right{
    touch-action: none;
    background: url(./img/rightfish.png) right no-repeat;
    width: 100;
    height: 35;
    margin-top: 20px;
    margin-left: 35px;
    margin-right: 35px;
    padding-left: 20;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    color:black;
}