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

div {
        font: verdana 12px #000;
        position:relative;
    }
a {
		text-decoration: none;
	}
#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:181px;
        margin-bottom:0px;
        
    }
#menu {
        background: #fff url(images/pasek.jpg) no-repeat;
        width:auto;
        height:32px;
        margin-bottom:0px;
		margin-top:-16px;
	}
#menu ul {
		list-style: none;
	}
#menu li {
		float: left;
		padding-left:65px;
		padding-top:5px;
  		font-weight: bold;
  		font-size: 14px;
	}
#menu a {
		display: block;
		line-height: 20px;
		padding: 0 8px;
		color: #fff;
		font-weight: bold;
	}
#menu a:hover {
		background: #fff;
		color: #000;
	
	}


#srodek {
        background: #fff url(images/tlo2.jpg) repeat;
        width:660px;
		height:auto;
        float:left;
		margin-left:50px;
		margin-top:3px;
		margin-bottom:40px;
	}
#srodek a {
		color:#000000;
		text-decoration:underline;
}
#srodek h2 {
		padding-top:15px;
		background-color:#FFFFFF;
        font-size: 15px;
		color: #000;
		line-height: 150%;
		padding-left:0px;
		margin-top:0px;
	}


#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;
	}
#copyright {
		float:center;
		padding-left:215px;
	}
#design {
		float:center;
}