html, body {
height: 100%;
width: 100%;
overflow: auto;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}

#content {
height: 100%;
margin-left: 200px;
background: #fff url(../images/logobkd.jpg) repeat;
padding: 10px;
}

#menu {
position: absolute;
left:0;
background: #fff url(../images/wind.jpg) repeat;
width: 200px;
height: 100%;
}

#footer {
text-align:center;
}

#navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 190px;
}

#navlist li {
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }

p.center {text-align: center;}

hr {color:red;}

img {border-style: none;
    border-color: inherit;
    border-width: medium;
    margin-bottom: 0px;
}