.bx {
     position:relative;
     width:100%;
}

.bx .b {
     position:relative;
     _overflow-y:hidden;
     min-height:100%;
     background-position:top right;
     background-repeat:no-repeat;
}

.bx .h {
     position:absolute;
     left:0px;
     top:0px;
     height:100%;
     _height:1600px; /* IE 6 hack */
     background-position:top left;
     background-repeat:no-repeat;
}

.bx .f {
     clear:both;
     position:relative;
     width:100%;
     background-position:bottom right;
     background-repeat:no-repeat;
}

.bx .f div {
     background-position:bottom left;
     background-repeat:no-repeat;
     position:relative;
}

.bx .h,
.bx .f,
.bx .f div {
    font-size:1px;
}

.bx h1 {
    font-size:18px;
    margin:0 0 10px 0;
}

.bx h2 {
    font-size:15px;
    margin:0 0 8px 0;
}

.bx h3 {
    font-size:13px;
    margin:8px 0;
}

.bx ul {
    padding:0px 0px 5px 10px;
    margin:5px 0 0 5px;
}

.bx li {
    margin:3px 0 0 0;
    vertical-align:middle;
}

.bx li a {

}

.bx p {
    margin:8px 0;
}

.bxin {
    padding:10px 5px;
    display:block;
    overflow:hidden;
}
