
body {
background-image : url(img/bg.gif);
background-repeat : repeat-x;
background-color:transparent;
margin : 0;
padding : 0;
font-size : 62.5%;
font-family : MS Sans Serif, Tahoma, Arial;
color : #000;
}
#header {
position : relative;
width : 780px;
height : 145px;
background : url(img/header.png) no-repeat center 0%;
border : none;
padding : 0;
margin : 0 auto;
}
#container {
padding : 0;
width : 780px;
position : relative;
background : transparent;
margin : 0 auto;
height: 100%;
min-height: 650px;
}

.balk {
background-color : #899562;
width : 630px;
height : 24px;
margin : 0 0 0 -5px;
}
#footer {
position: absolute;
width : 780px;
height : 50px;
background : url(img/footer.gif);
background-repeat : repeat-x;
border-top : 0;
border-right : 0;
border-bottom : 1px solid black;
border-left : 0;
padding : 0;
margin : 0 auto;
bottom:0;
}
