body {
	margin: 0;
	padding: 0px;
	background: url(../img/bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #140d05; 
}

#kontener {
	width: 896px;
	margin: 0px auto;
	text-align: center;
	border: 3px solid #BAA78E;
	margin-top: 30px;
	margin-bottom: 0px;
	
}

#logo {
  width: 896px;
  height: 113px;
  border-bottom: 2px solid #6C6660;
  background-image: url('../img/body_logo.jpg');
}

#main {
  width: 896px;
  border-top: 0px solid;
  border-bottom: 0px solid;
  border-color: #BAA78E;
  float: left;
  margin-bottom: 0px;
  
}

#menu {
  width: 245px;
  height: 443px;
  text-align:left;
  border-left: 0px solid;
  border-right: 0px solid;
  border-top: 0px solid;
  border-bottom: 0px solid;
  padding: 0px;
  float: left;
  display: inline;
  background: transparent url(../img/body_menu.jpg);
  background-repeat: no-repeat;
  /*background: transparent url(../img/bg_bottom.jpg);*/
  
}

#site {
  width: 648px;
  text-align: center;
  border-left: 3px solid #BAA78E;
  border-right: 0px solid;
  border-top: 0px solid #6C6660;
  border-bottom: 0px solid;
  padding: 0px;
  float: right;
  display: inline;
  position: relative;
}

#bottom {
  width: 896px;
  height: 49px;
  border-top: 2px solid #6C6660;
  clear: both;
  background-image: url('../img/bg_bottom.jpg');
		
}

.clear {
  clear: both;
  background: none;
}

