body
{
}

#_wrap
{
}

._center-hor
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

._center-ver
{
    display: table-cell;
    min-height: 10em;
    vertical-align: middle;
}

._center-text
{
    text-align: center;
}

._bg-FFFFFF
{
    background: #FFFFFF;
}
._bg-333333
{
    background: #333333;
}
._float-right
{
    float: right;
}
._float-left
{
    float: left;
}