I have this id that should be default 15px from the bottom (which works).
But if I have content larger, the content box should grow in height, how can I specify this?
#content {
position:absolute;
top: 85px;
left:15px;
right:130px;
bottom:15px;
background-color:#00CC00;
font-family: Arial, Helvetica, Tahoma, sans-serif;
}