body {
padding: 0;
margin: 0;
background: #ffffff;
text-align: center;
}

#podstawa {
background:  #ffffff;
margin: 0 auto;
width: 750px;
}

#top {
     position: relative;
     height: 176px;
     background: #ffffff;
     width: 800px;
}
#top_obrazek_left{

    height: 176px;
    width: 800px;
    margin: 0;
    background: url("../_img/project_01.gif");
}

#lewa {
      position: relative;
      padding: 0px;
      float: left;
      margin: 0 0 0 0;
      width: 262px;
      height: 265px;

}

#prawa {
       position: relative;
       margin: 0 0 0 262px;
       padding: 10px;
       background-color: #ffffff;
       background: url("../_img/project_03.gif");
       background-position: top right;
       background-repeat: no-repeat;
}
#stopa {
       position: relative;
       width:800px;
       height:159px;
       clear: both;
       color: #8C9EA5;
       text-align: center;
       padding: 70px 0 0 0;
       background: url("../_img/project_09.gif");
       background-repeat: no-repeat;
}
.clearboth {
	clear: both;
}
#cos{
background: url("../_img/project_03.gif");
    background-position: top right;
    background-repeat: no-repeat;
    width: 800px;
}

A {
   text-decoration: none;
   color: orange;
}
A:hover {
text-decoration: none;
color: gray;
}

A.menulink {
display: block;
width: 198px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:16px;
font-style: bold;
color: #000000;
BORDER: none;
border: solid 1px #000000;
padding: 1px 1px 1px 3px;
margin: 0 0 5px 0;
}

A.menulink:hover {
border: solid 1px #000000;
background-color:#97c37d;
margin: 0 0 5px 0;
}
