a:link {
	color: #c0c0c0;
	text-decoration: none;
}
a:visited {
	color: #c0c0c0;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: bold;
}
a:active {
	color: #c0c0c0;
	text-decoration: bold;
}
a:focus {
	color: #666666;
	text-decoration: bold;
}
	
body {
    background-color: #000000;
    background-image: url('grafika/bgwiersze.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
p {
    font-size: 12px;
    font-family: Verdana;
    color: #ffffff;
}
#load {
    display: none;
    position: fixed;
    _position:absolute;
    left: 40%;
    top: 50%;
    _top:expression(eval(document.documentElement.scrollTop) + 50%);
    text-align: center;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 13;
    width: 208;
}
