 

body {margin: 10px 0; font: 14px Candara;  background-image: url("images/fon1.jpg"); background-repeat: no-repeat; background-size:100%; height: 100%;}

#container {border: 1px solid black; width: 980px; margin: 0 auto;  height: 100%;}

#leftmenu {background: url("images/menu.png"); float: left; width: 177px; padding:2px; height: 100%;}

#content { background-color:LightBlue; margin-left: 181px; padding:5px; height: 100%;}

#footer {background-color:LightSkyBlue; width:970px; padding:5px; bottom:0; height: 100%;}

#content h1 {font-family: tahoma, arial; font-size: 25px; color: green; text-align: center; padding: 7px;}

#leftmenu a {color: navi;}

#leftmenu a:hover {text-decoration: none;}


#leftmenu li {list-style: none; color: green; padding-bottom: 7px;}