/* CSS Document */
body{
    height:1000px;
}
#lotteryContainer {
    position:relative;
    width: 300px;
    height:100px;
}
#drawPercent {
    color:#F60;
}

