body {
}

#divSalesHolder {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.tcycle {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 990px;
    height: 500px;
    background-color: Black;
    text-align: center;
}

    .tcycle img {
        width: 100%;
    }

#tblSales {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 0;
    border-collapse: collapse;
    text-align: center;
    width: 545px;
}

#divSalesHolder .salebutton {
    width: 180px;
    height: 180px;
}

#tblSales tr td {
    font-family: 'Arial Narrow';
    font-size: small;
    color: #BE1E1C;
    font-weight: bold;
    text-align: center;
}
