/* CSS Document */
html, body{
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#top{
	width:800px;
	margin: 0 auto;
	position:relative;
}	


#naglowek{
width:800px; 
height:274px;
float:left;
}
#menu{
width:800px;
height:70px;
float:left;
}
#srodek
{
width:800px;
height:auto;
}
#lewa{
width:570px;
height:auto;
float:left;
}
#prawa{
width:230px;
height:233px;
background-image:url(images/kontakt.jpg);
background-repeat: no-repeat;
float:right;
}

#stopka{
clear: both;
width: 800px;
height: 40px;
background-image: url(images/stopka.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
}
#stopka a{
text-decoration:none;
color:#FFFFFF;
}
#stopka a:hover{
text-decoration:underline;
color:#FFFFFF;
}
#certyfikat a{
border:none;
}
