body{
margin: 0 auto;
padding: 0px;
background: #F5F5F5;
}

a{
color: #000;
font-weight: bold;
text-decoration: none;
}
h1{ text-align: center; }

#wrapper{
    width: 1100px;
    margin: 0 auto;
    padding: 0px;
}

#logo{
    width: 1000px;
    height: 259px;
    float: left;
    background: url(logo.jpg) no-repeat top right;
}
#center{
    width: 1000px;
    margin: 0 auto;
    padding-top: 0px;
    margin-top: -3px;
    background: url(menu.jpg) no-repeat;
    float: left;
}

#text{ 
    width: 800px;
    margin-top: -550px;
    float: right;
    background-color: #F5F5F5

}
 #tekst{
    margin-left: 30px;

}

#stopka{
    width: 1000px;
    height: 131px;
    float: left;
    background: url(stopka.jpg);
    text-align: center;	
}
#p2{
	float: left;
    padding-left: 550px;
    margin-top: 80px;
	font-size: 2 px;
    text-align: right;
}


