body {
    background-color: #2011cc;
}
div.playerArea {
    position: absolute;
    top: 100px;
    height: 320px;
    width: 300px;

    background-color: #0996FF;
    border: 3px solid white;
    padding: 0 lem;
    border-radius: 20px;
}

div#human {
    left: 100px;
}

div#computer {
    right: 100px;
}

div#roll {
    position: absolute;
    top: 450px;
    left: 100px;
    right: 100px;
    height: 100px;
    background-color: #FFFF00;
    border: 3px solid white;
    border-radius: 25px;
}

div#roll:hover {
    background-color: #FFFF99;
}

div#roll a
{
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    color: #004400;
    text-align: center;
    font-size: 90px;
    text-decoration: none;
}

div#roll a:hover 
{
    color: #FF0000;
}

div#stand 
{
    position: absolute;
    top: 600px;
    left: 100px;
    right: 100px;
    height: 100px;
    background-color: #FFFF00;
    border: 3px solid white;
    border-radius: 25px;
}

div#stand:hover {
    background-colo: #FFFF99;
}

div#stand a {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    color: #004400;
    text-align: center;
    font-size: 90px;
    text-decoration: none;
}

div#stand a:hover {
    color: #FF0000;
}

p.total {
    margin: 10px;
    font-weight: bold;
    font-size: 8em;
    text-align: center;
}

p.winner { 
    color: #00CC00;
}

p.loser {
    color: #CC0000;
}


