html, body {
       	margin: 0;
	padding-top: 0;
         }
#top {
        background:red;
        border:2px;
        width: 1004px;
       	float: top;
      	margin: 0;
      	padding-top: 0;
        height: 0px;
        }
        
#NAGLOWEK {
        width: 1004px
        float: top;
       	margin: 0;
        padding-top: 0;
        height: 289px;
        }
        
#imageContainer {
        height:285px;
        }
#imageContainer img {
        display:none;
        position:absolute;
        top:0; left:0;
        }

#MENU1  {
        float: center; 	
        width: 1004px;
        height: 50px;
        overflow: hidden;
        }

#TRESC {
        float: center;
        width: 1004px;
	overflow: hidden;
        }

#STOPKA {
	clear: both;
        width: 1004px;
        }

ul, ul li {
        font-size: 16px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
        font-family: 'Happy Monkey', cursive;
        }

ul {
	float: left;
	background-color: #fff;
	padding: 2px 0 2px 2px;
	border: 0px solid #000;
        }

ul li {
        float: left;
        }

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #000 url("/grafika/tlo.gif") repeat-x center;
	color: #fff;
	padding: 10px 20px;
	border-right: 2px solid #fff;
}

ul a:hover {
	background-color: #800;
	background-image: url("/grafika/tlo2.gif");
        }

h2 {
        font-family: 'Quintessential', cursive;
        }



