CSS min-height headache?
Assuming you do know how min-height is ’supposed’ to work, but somehow it doesn’t (Thanks Microsoft), here you can try to incorporate with “height:auto !important;” together.
content {
min-height:500px;
height:auto !important;
height:500px;
}