﻿html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #6e1e1d;
	background-color: #1e1a1b;
	font: 10pt/14pt "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	text-align:center;
	color: #fed192;
	overflow:hidden;
}
#PageContents
{
	position: absolute;
	display: none;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90%;
	overflow: auto;
	background: transparent url("resources/blank.gif") repeat;
}
object
{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
img
{
	border: none;
}
a
{
	text-decoration: none;
	color: #ffffff;
	font: 10pt/14pt Arial, sans-serif;
}
h1, h4
{
	display: block;
	font-size: 1.2em;
	color: #fed192;
	font-weight:normal;
	text-align:center;
}
h1
{
	font-size: 1.6em;
}
.snimki
{
	padding: 0px 50px 50px;
	overflow: hidden;
}

.snimki a
{
	float: left;
	margin: 10px;
	padding: 10px;
	width: 122px;
	height: 122px;
	border: solid 1px #4f1716;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	font-size: 1px;
	line-height: 122px;
}

.snimki a *
{
	vertical-align: middle;
	line-height: 120px;
}

.footer_link
{ 
	position: absolute; 
	bottom: 5px; 
	left: 10px;
	z-index: 100;
	color: white; 
	font-size: 10px; 
	font-family: Verdana, sans-serif;
}