#billboard{
position:absolute;right:20px;bottom:96px;
width:550px;height:359px;
}
#board{
position:absolute;
background:url('../images/billboard.png') no-repeat left top;
width:100%;height:100%;}
#bgboard{
	height: 185px;
    left: 40px;
    padding: 20px;
    position: absolute;
    top: 20px;
    width: 480px;
	text-align: center;
}
.billItem{text-align: left;background:url('../images/bgbillbox.gif') no-repeat;width:125px;height:125px;border:4px solid #222;margin:0 17px 15px 0;overflow:hidden;position:relative;float:left;cursor:hand;cursor:url('../images/cursor-hand.png'), auto;}
.billItem:last-child{margin-right:0;}
.billItem img{border:0;position:absolute;z-index:200;}.billItem .caption{position:absolute;z-index:0;color:#ccc;display:block;}.billItem .caption h4{font-size:12px;padding:10px 5px 0 8px;margin:0;color:#0099FF;}.billItem .caption p{font-size:10px;padding:3px 5px 0 8px;margin:0;}.topLeft,.topRight,.bottomLeft,.bottomRight{position:absolute;background-repeat:no-repeat;float:left;}.topLeft{background-position:top left;}.topRight{background-position:top right;}.bottomLeft{background-position:bottom left;}.bottomRight{background-position:bottom right;}
#billDesc{
    text-align: left;
    font-style: italic;
    font-family: Georgia;
    color: #888;
}