body {
	background-image: url(tlo.jpg);
	background-attachment: fixed;
	margin: 0px 50px 0px 50px;
	background-repeat: no-repeat;
	background-position: center;
}
img{
	margin: 10px;
}
.legenda{
	color: Red;
	font-family: Times New Roman;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}
.wyrozniony{
	font-size: larger;
	color: Blue;
}
form{
	text-align: center;
}
.tlo{
	background-image: url(gradient2.jpg);
}
.uwaga_na_srodku{
	width: 50%;
	height: 50px;
	position: absolute;
	top: 45%;
	left: 25%;
	border-color: black;
	border: solid Gray;
	border-width: 0px 0px 1px 3px;
	background: url(gradient.jpg);
}
.powitanie{
	text-align: center;
	font-family: Comic Sans MS;
	font-size: 30px;
	color: Fuchsia;
}
.zmienna{
	font-size: 12pt; 
	font-weight: bold; 
	text-align: center; 
}

.zakonczenie{
	width: 50%;
	height: 50px;
	position: absolute;
	top: 80%;
	left: 25%;
	border-color: black;
	border: solid Gray;
	border-width: 0px 0px 1px 3px;
	background: url(gradient.jpg);
	font-family: Times New Roman;
	font-style: italic;
	font-size: 18px;
	text-align: center;
}
.pochyl{
	font-family: Times New Roman;
	font-style: italic;
	font-size: 18px;
	text-align: center;
}