html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0;
}

body {
	font-family: Lucida Sans Unicode, Verdana, Tahoma;
	color: black;
	background-color: white;
	height: 100%;
}

html { 
	height: 100%; 
}

#cookie_info_wrapper {
	width: 100%;
	height: 25px;
	background-color: #f2f2f2;
}

#cookie_info {
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
	font-size: 12px;
	font-family: Lucida Sans Unicode;
}

#cookie_info a{
	color: #a6a6a6;
}

#cookie_info a:hover {
	color: #b8b8b8;
	text-decoration: underline;
}

#cookie_info button {
	margin-top: 3px;
	cursor: pointer;
	color: #464646;
	border: 1px solid #a0a0a0;
}

#statystyki {
	position:absolute;
	bottom: 2px;
	width: 100%;
	height: 15px;
	text-align: right;
	font-family: Verdana;
	font-size: 9px;
	overflow: visible;
	vertical-align: top;
}

#statystyki img {
	position: relative; 
	top: -19px;
}

#reflection {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: -6;
	display: none;
	margin-right: 0;
}

#reflection img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
}

a {
	text-decoration: none;
	color: black;
}

div#footer {
	position: absolute;
	left: 20px;
	top: 90%;
	width: 100%;
	height: 55px;
	font-family: Lucida Sans Unicode;
	font-size: 16px;
	display: inline;
	float: left;
}

#bg_loading_bar {
	background: url('../images2/loading_bar.gif') center no-repeat; 
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#footer_data{
	float: left;
	padding-top: 5px;
}

div#footer>table{
	width: 700px;
	height: 100%;
	float: left;
	margin-left: 20px;
}

div#footer>table td{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

/*td img {
	vertical-align: middle;
}

td div {
	vertical-align: middle;
	margin: auto;
}*/