.prop {
height:500px;
float:right;
width:1px;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

#content {min-height:500px;height:auto;}

/* bis 6 */
* html #content {height:500px;}

/* ie 5*/
html + body #content {height:500px;}

/* bis 6 */
* html .prop {display:none}
