html{
background-color: blak;
}

body {
margin: auto; 
padding: auto;
background-color: black;
height: auto;
width: 1007px;
}

#jeden {
float: none;
height: 133px;
width: 1007px;
}

#dwa {
float: none;
height: 30px;
width: 1007px;
}

#trzy {
float: none;
height: auto;
width: 1007px;
}

#cztery {
float: none;
height: 65px;
width: 1007px;
}

#piec {
float: none;
height: auto;
width: 1007px;
}

#lewa {
float: left;
height: auto;
width: 229px;
}

#prawa {
float: left;
height: auto;
width: 778px;
}

#text {
position: relative; left: 30px; top: 10px;
float: left;
height: auto;
width: 748px;
}

.opis {
color: white;
font-size: 20px; 
font-family: inherit;
}

a.linki:link {
color: white;
font-family: inherit;
text-decoration: none; 
}

a.linki:visited {
color: white;
font-family: inherit;
text-decoration: none; 
}

a.linki:hover {
color: #b00004;
font-family: inherit;
text-decoration: none; 
}

a.menu:link{
color: #ececec; 
text-decoration: none; 
font-size: 17px; 
font-family: inherit;
font-weight: 600;
}

a.menu:visited{
color: #ececec; 
text-decoration: none; 
font-size: 17px; 
font-family: inherit;
font-weight: 600;
}

a.menu:hover{
color: #b00004;
text-decoration: none; 
font-size: 17px; 
font-family: inherit;
font-weight: 600;
}

.przycisk { 
display: block; 
height: 66px; 
width: 219px;
background-image: url(img/przycisk.gif);
}

.przycisk:hover { 
background-image: url(img/przycisk_a.gif);
}

.facebook { 
display: block; 
height: 66px; 
width: 219px;
background-image: url(img/facebook.gif);
}

.facebook:hover { 
background-image: url(img/facebook_a.gif);
}


img 	{border: 0px}

