html, body{
        padding: 0px;
        margin: 0px;
		background-color: #0D0404;
		font-family: "Times New Roman", Times,  serif;
		font-size: 13px;
		color: Black;
		font-weight: bold;
}
#intro_tabela{
	width: 943px;
	height: 706px;
	border: 0px none;
}
.intro_gornytxt{
	width: 316px;
	height: 141px;
	border: 0px none;
	background-image: url(/gfx/intro/intro_06.jpg);
	text-align: right;
	vertical-align: bottom;
}
.intro_dolnytxt{
	width: 316px;
	height: 340px;
	border: 0px none;
	background-image: url(/gfx/intro/intro_10.jpg);
	text-align: justify;
	vertical-align: top;
}
.przycisk{
	width: 300px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF8DC;
	background-color: transparent;
	border: 0px none;
	text-decoration: underline;
	cursor: pointer;
}
.stopka{
	background-image: url(/gfx/intro/intro_14.jpg);
	width: 316px;
	height: 90px;
	text-align: center;
	color: #FFEFD5;
	vertical-align: middle;
}
a{
	color: White;
	text-decoration: none;
}