body {
	background-color: #dfdfde;
	margin: 0px;
	text-align: center;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
}
.up {
	background-color: #0099FF;
	background-image: url(img/pasek-up.png);
	background-repeat: repeat-y;
}
.logo {
	background-color: #A3CB62;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	height: 93px;
}
.content {
	background-color: #007CC3;
	background-image: url(img/pasek-up.png);
	background-repeat: repeat-y;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	margin: 0px;
	padding: 15px;
}
.content IMG {
    float: right;
    padding: 10px 0 3px 10px;
    border: 0;
}
.footer {
	background-image: url(img/pasek-zielony-maly.png);
	background-repeat: repeat-x;
}
a:link, a:visited, a:active {
	color: #F4F4F4;
	text-decoration: underline;
}
a:hover {
	color: #A6CC65;
}
