body { padding: 0; margin: 0; }
body {
	font-family: Arial;
	font-size: 22px;
	background-color: white;
	color: black;
	text-align: center; /*wysrodkowanie ie*/
}
img {
	border: none;
}
#body {
	background: url(tlo.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /*wysrodkowanie*/
	text-align: left;
	width:650px;
	height:747px;
}
#content{
}
#foot {
	text-align:center;
	font-size:12px;
	padding: 10px;
}
.link {
	background: url(tlo.png);
	background-repeat: no-repeat;
}

.powrot {
	display: block;
	width: 124px;
	height: 46px;
	background: url(powrot.png);
	background-repeat: no-repeat;
	position: relative; 
	left: 240px;
	top: 450px;
}

a:link {
	color: yellow;
	text-decoration: none;
}
a:visited {
	color: yellow;
	text-decoration: none;
}
