body{
background-color:#0F0;
}

#scroll {
position: relative;
width: 10em;
height: 10em;
overflow-y: hidden;
}

#scroll p {
position: relative;
font-family:"Arial"
font-size: 16px;
line-height:24px;
}


#dice {
position: absolute;
left:860px;
top: 778px;


width: 150px;
height: 120px;
overflow-y: hidden;
text-align:center;
opacity:0.7;
border-style: solid;
border-width: 7px;
border-color: red green blue yellow; 

#4 colors dice for diff users
#border-color: #5882FA #08298A #0B2161 blue; 

#border-color: #9FF781 #31B404 #21610B green; 

#border-color: #F78181 #B40404 #610B0B red; 

#border-color: #F2F5A9 #D7DF01 #868A08 yellow; 

/*#ff0000 #0000ff; #00ff00; #0000ff;*/
}

#dice div {
position: absolute;
background-color:#ACA;
width: 150px;
text-align:center;
}

#dice div p {
background-color:#ACA;
font-size: 100px;
line-height:100px;
}

#info{
visibility: hidden;
#opacity:0;
}
