/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Lucida Grande", Georgia, sans-serif;
	font-size: 67.5%;
}

#ilustracja {
position:fixed; bottom: 0em;
left: 0em; }

p {
	font-size: 1.1em;
	line-height: 1.6em;
}

ul {padding: 1em; font-size: 1.1em; line-height: 1.6em;}

#page_wrap {
	width: 600px;
	z-index: 1;
	margin: 10px auto;
}

#bottom_fade {
	width: 600px;
	height: 200px;
	z-index: 99;
	position: fixed;
	bottom: 0%;
	background-image: url("bottom-fade.png");
}

/*menfi*/
#page .right {font-size:30px; float:right;}
#menu {display:block; top:80px; left:25px; width:130px; position:fixed; border:1px solid #a0a9a2; padding:10px; text-align:center; font-weight:bold; color:#fff; background:url(grid2.gif);}
* html #menu {position:absolute;}
#menu a:visited, #menu a {display:block; width:120px; height:20px; margin:0 auto; border-top:1px solid #fff; border-bottom:1px solid #000; text-align:center; text-decoration:none; line-height:20px; color:#000;}
#menu a:hover {background:#d3d3d1; color:#a30c0c;}
.clear {clear:both;}
p:first-letter {font-size:25px; color:#eb0303;}
#fixpic {display:block; width:108px height:145px; position:fixed; bottom:0; left:0;}
* html #fixpic {position:absolute;}

