html, body{
    padding:0;
    margin:0;
    height:100%;
    position:relative;
    font-family: Tahoma;

}

ul, li {
    padding: 0;
    margin: 0;
}
#wrap {
    max-width: 1370px;
    min-width: 1024px;
    border:1px solid #000;
    margin:0 auto;
    background: #f5f5f5;
    min-height:100%;
    _height:100%;
}
#panel{

}
#head {
    height:160px;
}

#menu {
    height:34px;
    background: url("/images/new/bg_menu.png") repeat-x;
}
#menu ul {

}
#menu ul li {
    background: url("/images/new/bg_menu_separate.png") no-repeat scroll right center transparent;
    float: left;
    height: 34px;
    line-height: 26px;
    list-style: none outside none;
    text-align: center;
    width: 115px;
}


#menu ul li a {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000000;
}


#content{
    padding-bottom:50px;
}

#footer{
    background:#36F;
    height:50px;
    margin-top:-50px;
    position:relative;
}

