body, html {

	min-height: 100%;
	min-width: 100%;
}
body {
	background: #FAFBFC url('../img/bg-wyprzedaze.jpg') 50% 100% no-repeat;
}
.discount {
	color: #900 !important;
	font-weight: bold !important;
	text-align: center;
}
.oldPrice {
	text-decoration: line-through;
}
.newPrice {
	font-weight: bold;
}
/* main screen */
.wyprzedaz {
	margin: 0 auto;
	width: 721px !important;
}
h1 {
	color: #47393a;
	font-size: 16px;
	font-family: "Times New Roman", Georgia, sans-serif;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: 46px;
	text-align: center;
}
h1 .invisible {
	display: none;
}
h1 .second-level {
	display: block;
	font-size: 46px;
	font-style: oblique;
	margin-top: 24px;
}
.discount-offer {
	background: #f2eed7;
	border: 1px solid #eae1c1;
	margin: 30px 0;
	padding: 15px;
	position: relative;
}
.discount-offer h2 {
	border-bottom: 1px solid #eae1c1;
	color: #d8453c;
	font-size: 18px;
	font-family: "Times New Roman", Georgia, sans-serif;
	font-style: oblique;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	padding-bottom: 7px;
}
.discount-offer h2 a {
	color: #d8453c;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #47393a;
	line-height: 160%;
}
.discount {
}
.discount a {
	background: url('../img/bg-discount.png') 0 0 no-repeat;
	color: #f1f1f1;
	font-family: "Times New Roman", Georgia, sans-serif;
	font-size: 16px;
	font-style: oblique;
	height: 26px;
	padding-left: 127px;
	padding-top: 8px;
	position: absolute;
	right: -4px;
	text-decoration: none;
	top: 4px;
	width: 120px;
}
.discount a:hover {
	background: url('../img/bg-discount.png') 0 -34px no-repeat;
}

/* temporary declarations */
.price {
	text-decoration: line-through;
}
.price strong {
	text-decoration: none !important;
}
