/* casino lobby */
#page {
    float: left;
    width: 758px;
    margin-top: 70px;
}
#page .wrapper-top {
    background: #000000 url(../img/page/wrapper-top-bg.jpg) top left no-repeat;
    height: 68px;
}
#page .wrapper-top h1 {
    margin: 0;
    width: 50%;
    padding: 0 0 0 17px;
    font-size: 1.4em;
    line-height: 5em;
    text-transform: uppercase;
    font-weight: bold;
}
#page .wrapper-bottom {
    background: #000000 url(../img/page/wrapper-bottom-bg.jpg) bottom left repeat-x;
    line-height:1px;
    font-size:1px;
    height: 10px;
}
#page .wrapper {
    background: #000000 url(../img/page/wrapper-bg.jpg) bottom left repeat-x;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    padding: 15px;
}

/* text styling */
#page .wrapper .inner {
    line-height: 1.3em;
}
#page .wrapper .inner ul {
    padding-left: 20px;
}
#page .wrapper .inner ul li {
    padding-left: 10px;
    list-style-type: circle;
}
#page .wrapper .inner p {
    padding: 10px 0;
}
#page .wrapper .inner strong {
    font-weight: bold;
    color: #AFAFAF;
}

#progressives-fade-container {
    float:right;
    margin-right:11px;
    margin-top:6px;
}
