div height

HTML

<div id="toolchat">

<div id="topbar"></div>

<div id="content"></div>

<div id="user_list"></div>

<div  id="menu"></div>

<div  id="input"></div>

</div>

CSS

html,body {height:100%}
body {background:#000;}

#toolchat>div {position:absolute}

#toolchat {position:relative;height:100%;background:#fff;}

#topbar {height:24px;width:100%;background:#f7f7f7;}

#content, #user_list {top:24px;bottom:49px;overflow-x:hidden;overflow-y:scroll;}
#content{left:0px;right:200px;}
#user_list {width:200px;right:0;}

#menu {height:25px;width:100%;bottom:24px;background: url(&quot;http://uchat.co.kr/uchat/img/menu_background.gif&quot;);}

#input {height:24px;width:100%;bottom: 0;}