body {
margin: 0;
padding:0;
color: #eaca75;
background-image:url(kwiat.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position: 100% 100%;
background-color: #000;
font:italic 1.3em arial, helvetica, sans-serif;
}
	
a{
color: #eaca75;
font: 0.7em sarif
}
#kon { 
position:absolute;
float: left;
margin: 20px;
width: 550px;
height: 220px;
}
h1  {font-size: 130%}

#menu 	{
position:absolute;
bottom:0px;
}
ul, ul li {
display: block;
list-style: none;
padding:0px;
	}

ul li {
display: inline;
white-space: nowrap;
}

ul {
float: left;
width: 100%;
}


ul a:link, ul a:visited {
display: block;}
a img { border : 0; }



