﻿body{ background-color: Black}

#home_wrapper{ position: relative; width: 1002px; height: 650px; margin: 0 auto}

#outer_wrapper{ position: relative; width: 1002px; height: 650px; margin: 0 auto; background: url(images/main_bg.jpg) no-repeat}

#header{}
    #navi{ position: absolute; left: 0; top: 515px; z-index: 20; width: 1002px; white-space: nowrap}
    #navi li{ display: inline-block; margin: 0 12px}
    #navi li a{ font-size: 16px; font-weight: 600; color: White}
	#bgm{ position: absolute; top: 0; right: 0}

#ctl00_stage{}
    #ctl00_stage .bg{ position: absolute; z-index: 1; left: 62px; top: 107px; width: 878px; height: 428px; background: url(images/bg_product.gif) no-repeat; filter: alpha(opacity=60); opacity: 0.6}
    #ctl00_stage .main{ position: absolute; z-index: 21; left: 66px; top: 111px; width: 870px; height: 420px}
        #ctl00_stage .main h2{ float: left; display: inline; width: 400px; height: 42px; margin-top: 20px; margin-left: 38px; text-indent: -999px}
        #ctl00_stage .main .content{ clear: both}
	#location{ position: absolute; top: 45px; right: 35px; color: #5b4b3f}


/* 页脚
 * 宽度(px)为 1002 - 16 * 2 = 970
 */
#footer{ position: absolute; left: 0; bottom: 0; width: 970px; height: 24px; padding: 0 16px; line-height: 24px}
    #footer *{ color: #5d4508}
    #footer .copyright{ float: left}
    #footer .poweredby{ float: right}