html
    {
    height:100%;
    /*overflow: scroll;*/
    }
body
    {
    margin: 0 0 0 0;
    padding: 0;
    height: 100%;
    
    background-color: #ffffff;
    background-image: url(../img/body_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;

    color: #4C4C4C;
	font-family: verdana, arial, Sans-Serif;
    font-size: 9pt;
    /*border: solid 1px #FF0000;*/
    overflow-y: scroll;
    }

#divHTML
    {
    position: relative;
    top: 0px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    /*border: solid 1px #FF0000;*/
    }

#divFejlec
    {
    position: relative;
    top: 0px;
    height: 132px;
    
    background-image:url(../img/header_bg.jpg);;
    }

#divMenu
    {
    position: relative;
    margin-top: 0px;
    height: 25px;
    text-align:center;
    background-color: rgb(204,219,231);
    }

#divMain
    {
    padding-top: 15px;
    position: relative;
    min-height: 620px;
    height: expression( this.scrollHeight < 621 ? "620px" : "100%" );   /* IE min-height */
    margin-top: 2px;
    
    border: solid 1px #81a3cc;
    background-color: #FFFFFF;
    }
    
#divLablec
    {
    position: relative;
    top: 0px;
    
    text-align: center;
    }
    
.divSpace
    {
    position: relative;
    height: 20px;
    }