        .header
        {
            text-align: center;
            margin: 0 auto;
            width: 760px;
            background: url('/images/bg_home_top.gif');
        }
        .content
        {
            text-align: center;
            margin: 0 auto;
            width: 760px;
            background: url('/images/bg_home_middle.gif');
            font-family: Lucida Sans Unicode, Tahoma;
            font-size: 14px;
        }
        .footer
        {
            text-align: center;
            margin: 0 auto;
            width: 760px;
            height: 60px;
            background: url('/images/bg_home_bottom.gif');
            font-family: Lucida Sans Unicode, Tahoma;
            font-size: 12px;
        }
