﻿html, body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
}

body
{
font-family: Verdana, Helvetica, Sans-Serif 微软雅黑;
    background-image: url('images/background_image.jpg');
    font-size: 0.9em;
}

#container
{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 85%;
    overflow: auto;
    z-index: 1;
    text-align: left;
    padding: 20px;
    width: 97%;
}


/*顶部的导航按钮*/
div#nav
{
    float: right;
    position: absolute;
    top: 5px;
    right: 5px;
}

div#dock2
{
    z-index: 2;
    right: 16px;
    text-align: center;
}


div.photos img
{
    margin: 2px;
}

div#leftPanel
{
    float: left;
    width: 20%;
    height: 500px;
    min-width: 250px;
}

div#rightPanel
{
    width: 78%;
    float: left;
    height: 500px;
    padding-left: 10px;
}


div#header
{
    position: absolute;
    top: 0px;
    right: 10px;
    float: right;
    width: 162px;
    height: 162px;
    z-index: 2;
    background-image: url('images/yin.gif');
    background-position:right;
    background-repeat: no-repeat;
}

div#year
{
    position: absolute;
    top: 0px;
    right: 50px;
    float: right;
    width: 200px;
    height: 100px;
    z-index: 2;
    background-image: url('images/2010.png');
    background-position:right;
    background-repeat: no-repeat;
}   

div#year2
{
    position: absolute;
    top: 0px;
    right: 220px;
    float: right;
    width: 90px;
    height: 90px;
    z-index: 2;
    background-image: url('images/tiger.gif');
    background-position:right;
    background-repeat: no-repeat;
}  

td
{
    vertical-align: top;
}

