#all_body{
    position: relative;
    width: 100%;
}

#body{
    position: relative;
    margin: 0px auto;
    width: 1000px;
}


#content{
    width: 1000px;
}


#footer{
    height: 170px;
    clear: both;
    position: relative;
}

#left{
    position: relative;
    padding: 20px 20px 20px 20px;
    width: 720px;
    float: left;
}

#right{
    /*position: absolute;
    right:0px;*/
    padding: 20px 0 20px 0;
    widows: 240px;
    float: left;
}

#topWork{
    height: 180px;
}

.all_head{
    height: 234px;
}


p#vtip {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-color:white;
    border:1px solid #A6C9E2;
    display:none;
    font-size:0.8em;
    left:5px;
    padding:10px;
    position:absolute;
    z-index:9999;
}

p#vtip #vtipArrow {
    left:5px;
    position:absolute;
    top:-10px;
}
