body {
        background-color: #f2f2f0;
        margin: 0;
        padding: 0;
        text-align:center;

    }

div {
        font: 12px #000;
        position:relative;
    }

#container {
		background: url(images/background.jpg);
        margin:0 auto;
        padding:0 0px 0 0px;
        position:relative;
        width:750px;
		height:100%;
        text-align:left;
        clear: both;
		background-color:#FFFFFF;
    }

#naglowek {
        background: #fff url(images/logo.jpg) no-repeat;
        width:750px;
        height:140px;
        margin-bottom:0px;
    }

#linki {
        text-align:right;
	padding-top: 5px;
	margin-right: 30px;
    }

#bottom {
		background: url(images/bottom.jpg) no-repeat;
		width:160px;
		height:8px;
		margin-top:20px;
}
#srodek {
        background: #fff url(images/tlo2.jpg) repeat;
        width:600px;
		height:auto;
        float:left;
		margin-left:70px;
		margin-top:3px;
		margin-bottom:40px;
	}
#srodek a {
		color:#000000;
		text-decoration:underline;
}
#srodek h2 {
		padding-top:15px;
		background-color:#FFFFFF;
        font-size: 20px;
		color: #294b9d;
		line-height: 150%;
		padding-left:15px;
		margin-top:0px;
	}
#srodek p {
		margin-bottom:8px;
		text-indent: 15px;
		text-align: left;
		padding-left:15px;
		padding-right:5px;
		padding-top:0px;
		padding-bottom:4px;
		font-size:14px;
		font-family: sans-serif;
	}
#tlo2 {
		background: url(images/tlo_2.jpg) repeat;
		float:right;
		width:27px;
		height:400px;
	}
#stopka {
        background: #f2f2f0 url(images/stopka.jpg) no-repeat;
        clear:both;
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		height:28px;
		color:#FFFFFF;
		padding-top:8px;
		padding-right:30px;
	}
#stopka a {
		color: #FFFFFF;
	}
#stopka a:hover {
		text-decoration:underline;
	}