@charset "utf-8";
/* CSS Document */

.strona {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	max-width: 640px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #ffd65f; /* Old browsers */
background: -moz-linear-gradient(top, #ffd65f 0%, #ffee5f 33%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65f), color-stop(33%,#ffee5f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffd65f 0%,#ffee5f 33%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffd65f 0%,#ffee5f 33%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffd65f 0%,#ffee5f 33%); /* IE10+ */
background: linear-gradient(to bottom, #ffd65f 0%,#ffee5f 33%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65f', endColorstr='#ffee5f',GradientType=0 ); /* IE6-9 */
}
.strona img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
