body{
    background-image: url("../wk9/background.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-color:black;
}

#buttons{
    position:fixed;
    left:0;
    right:0;
    top:20%;
text-align:center;
}

#playerArea{
    float:left;
}
#computerArea{
    float:right;
}
