			html {
				background: #888888;
			} 
			#main {
				width: 760px;
				float: center;
				margin: 0 auto;
			}
			#top {
				height: 64px;
				background: url('logo2.gif');
			}
			#pasek {
				height: 52px;
				background: url('pasek.gif');
			}
			#tresc {
				background: #999999;
			}
			#stopka {
				height: 52px;
				background: url('stopka.gif');
				clear: both;
				}
			body {
				margin: 0 10px 10px 10px;
			}
		    a {
	            text-decoration: none;
	            color: #222222;
		    }
		    a:active {
	            text-decoration: none;
	            color: #FFFFFF;
		    }
		    a:visited {
	            text-decoration: none;
	            color: #FFFFFF;
		    }
		    a:hover {
			    text-decoration: underline;
	            color: #FFFFFF;
		    }
			P {
				color: #ffffff;
				font-family: verdana;
				font-size: 8pt;		
				text-align: justify;
				margin: 30px 15px 10px 30px;
			}