* {
	margin: 0px;
}

img {

border: 0px;

}

body {
   margin: 0;
   padding: 0;
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   border-top: 2px solid #2A4F6F;
}



#naglowek {
   height: 392px;
   width: 100%;
   background: #2f261d url(images/header.jpg);
   margin: 0px auto;
   position: relative;
   
}

#menu {

	width: 670px;
	height: 50px;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 375px;

}

#menu {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.9em;
}
#menu ul {
   list-style: none;
   margin: 0;
   padding: 0;
   padding-top: 4px;
}
#menu li {
   display: inline;
   margin: 12px;
   margin-top: 12px 12px 12px 12px;
}


#banner {
   height: 390px;
   width: 1028px;
   margin: 0px auto;
   background: #2f261d url(images/banner.jpg);
   
}

#mcx {
	width: 100%;
	background: #ffffff url(images/bg.jpg) repeat-x;
	margin: 0px;
}

#konti {

margin: 0px 0px 0px 100px;

}

#kontener {
	position: relative;
	width: 720px;
	height: 670px;
	margin: 0px auto 100px auto;
}

#div1 {
	position: absolute;
	width: 330px;
	height: 300px;
	top:30px;
	left:0;
	background: none;
}

#div2 {
	position: absolute;
	width: 330px;
	height: 300px;
	right: 0;
	top: 30px;
	background-color: none;
}

#div3 {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 330px;
	height: 300px;
	background: none;
}

#div4 {
	position: absolute;
	right: 0;
	bottom: 23px;
	width: 330px;
	height: 300px;
	background: none;
	clear: both;
}

