html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	overflow:-moz-scrollbars-vertical;
}

.div_guestbook {
	width: 559px;
    overflow: auto;
}

.div_profiletext {
	word-wrap: break-word;
	width: 691px;
    overflow: auto;
}

.div_friends {
	width: 198px;
    max-height: 128px; /* Moz, Opera.. */
    overflow:auto;
    height: expression(this.scrollHeight > 128 ? "128px" : "auto"); /* IE */
}

.div_playgame {
    height: 320px; /* Moz, Opera.. */
    overflow:auto;
}

.HTMLtext {
	line-height: normal;
	color: black;
}

#info
  {
    overflow: visible;
    width: 100%;
    position: absolute; top: 0px; 
    position: fixed;
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
  }

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
    color: InfoText;
    background: InfoBackground url(/images/icon_warning.gif) no-repeat fixed .3em .3em;
    padding: .45em .3em .45em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
  }

  #infobar a:hover
  {
    color: HighlightText;
    background: Highlight url(/images/icon_warning_hover.gif) no-repeat fixed .3em .3em;
  }


<!--[if gte IE 5]>

#info
  {
    overflow: visible;
    top: expression(body.scrollTop);
    width: 100%;
    position: absolute; top: 0px;
    z-index:2000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
  }

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
    color: InfoText;
    background: InfoBackground url(/images/icon_warning.gif) no-repeat fixed .3em .3em;
    padding: .45em .3em .45em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
  }

  #infobar a:hover
  {
    color: HighlightText;
    background: Highlight url(/images/icon_warning_hover.gif) no-repeat fixed .3em .3em;
  }

<![endif]-->
