    #style1
    {
        width:100%;
        height:100%;
    }
    .divleft
    {
        float:left;
        height:100%;
        z-index:3;
    }
    .divright 
    {
        float:left;
        display:table-cell;
        vertical-align:middle; 
        font-family:����;
        height:100px;
        line-height:100px;
        word-break:break-all;
        width:80%;
        z-index:3;
     }
     
    body 
    {
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        overflow-x:hidden; 
        overflow-y:hidden;
    }
    .First 
    {
	    position:absolute;
	    z-index:1;
	    height:100%;
	    width:100%;
    }
    .Second 
    {
	    position:absolute;
	    z-index:2;
	    height:100%;
	    width:100%;
    }
    .Third
    {
     	display:table;
        position:absolute;
        left:2%;
        z-index:3;
    }
    .frame
    {
    	display:table-cell;
    }
    .borderTest
    {
        border:1px solid red;
    }
    .content 
    {
    	float:left;
	    display:table-cell;
	    vertical-align:middle; 
	    font-family:"宋体";
	    height:100px;
	    width:100%;
	    font-size:larger;
     }
    .head {height:89px;text-align: center;background: url("../images/edu/top_background.png");}
    .footer{height:30px;background: url("../images/edu/bottom_background.png");}
    .main{background: url("../images/edu/main_background.png");}
    
    .hidden {display:none;}