html {
	height: 100%;
	width: 100%;
}

body.if_main{
    padding: 0;  height: 100%;
    margin: 0;
    overflow:hidden;
    border:0 none;
}

.if_tusa{
    border:0 none;
    height:100%;
    width:100%;
    overflow:hidden;
}

.if_content_wrap{
     position:absolute;
     border:0 none;
     top:110px;
     width:100%;
     left: 0;
     bottom: 0;
     overflow:hidden;
}
.if_content{
    border:0 none;
    width:100%;
    height:100%;
}

.if_content_ie{
    position:absolute;
    border:0 none;
    top:100px;
    width:100%;
    left: 0;     height:100%; 
    height:expression(document.body.clientHeight - 20);
}

