body {
    text-align: center;
    margin: 0px;
}

#tlo {
    width: 900px;
    margin: 0px auto;
}
#naglowek_01 {
    width: 900px;
    height: 70px;
}
#naglowek_02 {	
    width: 900px;
    height: 150px;
	float: right;
}
#menu {
    background: #DFE2FF;
	font-family: verdana;
    width: 900px;
    height: 30px;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #FF0000;    
    border-collapse: collapse;
	clear: both;
}
#menu th {
	border-bottom: 1px solid #ff0000;
	border-top: 0px;
	text-align: left;
	padding: 0px;
	vertical-align: middle;
}
#kontener {
    background: #F2F2F2;
    width: 900px;
	overflow: hidden;
}
#lewa_strona {
	background: #F2F2F2;
    width: 220px;
    float: left;
	border-left:solid 1px silver;
	padding-bottom: 5000px; 
	margin-bottom: -5000px; 
}
#srodek_strony {
	background: white;
    width: 676px;
    float: right;
    border-right:solid 1px silver;
	border-left:dashed 1px silver;
	padding-bottom: 5000px; 
	margin-bottom: -5000px; 
}
#stopka {
    width: 900px;
    height: 20px;
    margin:  0px auto;
    border-top: 1px solid #FF0000;
	border-left:solid 1px silver;
	clear: both;
}

img {
	border: 0px;
}