html,body{
margin:0px;
padding:0px;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align:center;

}

div#naglowek {
position:relative;
height: 150px;
background: url(../images/baner.jpg) no-repeat center top;
}


div#container{
text-align:left;
width:700px;
padding: 0px;
margin: auto;
background: url(../images/tlo.jpg) repeat-x;
}

div#srodek{
float:right;
width:500px;
margin: 10px 0px;
}


div#menuLewe{
float:left;
width:200px;
min-height: 400px;
}

div#dolLewy{
float:left;
clear:left;
width:200px;
background:#ffffff;
}

div#stopka{
clear:both;
width:100%;
background: #333 url(../images/redslate_background.gif) repeat-x;
color: #FFF;
font-weight: bold;
}

div#logo{
	position:absolute;
	left:15px;
	top:50px;
}

