html, body {
        width: 100%;
        height: 100%;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 15px;
	font-family: Arial, Verdana, sans-serif
}

#top {
	width: 756px;

}

#POJEMNIK  {
         width: 756px;
         margin: auto;
         text-align: left;
}

#NAGLOWEK {
        height: 210px;
        background-image: url(img/top.gif);

}

#NEWS{
        height: 210px;
       	text-align: right;
       	width: 300px;
       	float: right;
}
DIV#news a:link {
           color: red;
           text-decoration: none
            }
DIV#news a:visited {
           color: red;
           text-decoration: none
}
DIV#news a:hover {
           color: red;
           text-decoration: none
}
#srodek {
        width: 756px;
        margin: 0 0 0 0;
	padding: 0;
}

#TRESC {
	width: 541px;
	float: left;
	margin: 0 0 0 10;
	padding: 0;
	overflow: hidden;
}

#kwadrat1 {
	width: 260px;
	height: 194px;
	float: left;
        margin: 0;
	padding: 0;
        overflow: hidden;
}
#kwadrat2 {
	width: 260px;
	height: 194px;
	float: right;
        margin: 0;
	padding: 0;
        overflow: hidden;
}
#kwadrat3 {
	width: 260px;
	height: 194px;
	float: left;
        margin: 10 0 0 0;
	padding: 0;
        overflow: hidden;
}
#kwadrat4 {
	width: 260px;
	height: 194px;
	float: right;
        margin: 10 0 0 0;
	padding: 0;
        overflow: hidden;
}
#MENU {
	width: 201px;
	float: right;
        margin: 20 0 0 0;
	padding: 0;
        overflow: hidden;
}

DIV#STOPKA a:link {
           color: #FFF;
            }
DIV#STOPKA a:visited {
           color: #FFF;
}
DIV#STOPKA a:hover {
           color: #FFF;
           border-bottom-style: solid;
           border-width: 1px;
}

#STOPKA {
	clear: both;
	width: 756px;
	height: 200px;
        margin: 0 0 5 0;
	padding: 0;
        text-align: center;
        overflow: hidden;
	background-image: url(img/stopka.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
}
div#tresc ul, ul li {
	list-style: circle;
}

div#menu ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 10 0;
}
div#menu ul {
	width: 215px;
}

div#menu ul a:link, ul a:visited {
	display: block;
	width: 201px;
	height: 46px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	background: url("menu/button1.jpg") no-repeat;
	color: #FFF;

}
div#promocja {
	background: url("menu/button2.gif") no-repeat;
	display: block;
	width: 201px;
	height: 46px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	color: red;
}
DIV#promocja a:link {
           color: red;
            }
DIV#promocja a:visited {
           color: red;
}
DIV#promocja a:hover {
           color: red;
           border-bottom-style: solid;
           border-width: 1px;
}
ul a:hover {
	background-image: url("menu/button2.gif");


