@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0 solid;
	list-style: none;
}

html, 
body,
#bg, 
#bg table, 
#bg td {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
	background-image: url(img/loading.gif);
	background-color: #cfcfcf;
	color: #565a5c;
	scrollbar-face-color: #5b6465;
	scrollbar-highlight-color: #5b6465;
	scrollbar-3dlight-color: #5b6465;
	scrollbar-darkshadow-color: #5b6465;
	scrollbar-shadow-color: #5b6465;
	scrollbar-arrow-color: #bbbbbb;
	scrollbar-track-color: #434b4c;
}

.navigation a:link,
.navigation a:hover,
.navigation a:visited,
.navigation a:visited:hover,
.navigation a:active,
.navigation a:active:hover {
	background: none;
}

.navigation {
	width: 257px;
	margin: 30px 0 0 10px;
	position: absolute;
	z-index: 18;
}

.author {
	padding: 0 0 30px; 0;
}

.buttons {
	display: block;
}

.buttons-web,
.buttons-banners,
.buttons-logo,
.buttons-contact,
.buttons-links {
	padding:  0 0 10px 0;
}

.wszystko {
	z-index: 15;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

h1.please-resize {
	margin-top: -98px; 
	color: red; 
	background-color: yellow;
	text-decoration: blink;
	position:fixed;
	font-size: 24px;
}

/* tlo dynamiczne */
#bg div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}

#bg td {
	vertical-align: middle;
	text-align: center;
}

#bg img {
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
}


