﻿body
{
    margin: 0px;
    padding: 0px;
    background-attachment: fixed;
    background-position: center center;
    background-image: url("/tb_biz/images/construction.jpg" );
    background-repeat: repeat;
}
#tb_biz_hello
{
    padding: 30px;
    position: absolute;
    top: 40%;
    left: 43%;
    font-family: Calibri, Tahoma;
    font-size: 90%;
    background-color: #777777;
    opacity:.7;filter:alpha(opacity=70);
}
