Hey there all... sorry this is short but i need this quick... and or some type of work around... ok... Can you set something like "height=100% -130px" if so how would one do that? thank you for the help.... jeremy-bass the container .padbcont_32AE27C {position: absolute; left: 50%; margin-left: -312px; width:625px; height:100% } Code (markup): the top .padbcont_32D0C61 { width:625px; height:136px } Code (markup): the middle .padbcont_3A1FA66 { width:625px;} Code (markup): the bottom .padbcont_32D4330 { bottom: 0; width:625px; height:61px } Code (markup): body <body align="center"> <div align="center"> <iframe src="indexITEMS/header.html" frameborder="0" scrolling="no" align="top" height="136px" width="641"></iframe> <iframe id="_Bodyarea" name="_Bodyarea" src="indexITEMS/body/body_home.html" frameborder="0" scrolling="yes" align="absmiddle" height="100%" width="641"></iframe> <iframe src="indexITEMS/foot/foot.html" frameborder="0" scrolling="no" align="bottom" height="61px" width="641"></iframe> </div> </body> Code (markup):