﻿body
{
    margin: 0px;
    text-align: center;
    vertical-align: middle;
}
body, html
{
    height: 100%;
}
/* 垂直居中(开始) */
#outer
{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
#outer[id]
{
    display: table;
}
#middle
{
    position: absolute;
    top: 50%;
}
#middle[id]
{
    display: table-cell;
    position: static;
    vertical-align: middle;
}
#inner
{
    position: relative;
    top: -50%;
}
/* 垂直居中(结束) */

/*主页面*/
#Index
{
    width: 1003px;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}
#Index_Top
{
    background-image: url('../images/Index_Top.jpg');
    width: 1003px;
    height: 147px;
    padding: 0px;
}
#Index_Middle
{
    background-image: url('../images/Index_Middle.jpg');
    width: 1003px;
    height: 202px;
    padding: 0px;
    text-align: center;
}
#Index_Middle ul
{
    padding: 0px;
    left: 395px;
    position: fixed;
    list-style-type: none;
    top: 180px;
}
#Menu
{
    padding: 0px;
    position: absolute;
    top: 350px;
}
#Index_Bottom
{
    background-image: url('../images/Index_Bottom.jpg');
    width: 1003px;
    height: 131px;
    padding: 0px;
}

.BottomSwf
{
    position: relative;
    top: 2px;
    vertical-align: middle;
}
