div.l_top
{
margin: 6px auto 0 auto;  
width: 500px; 
height: 150px; 
position: relative;
background: url(logo.jpg);
}

div.l_top a
{
 display: block;
 position: absolute;
 bottom: 0;
 width: 100px;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 opacity: 0.5;
 filter: alpha(opacity=50);
 color: black;
 background: white;
 font-size: 15px;
 font-weight: bold;
}

div.l_top a:hover
{
 color: black;
 opacity: 0.9;
 filter: alpha(opacity=90);
}

div.l_wpis
{
 width: 500px;
 margin: 0 auto;
 border-top: 1px solid orange;
}

div.l_wpis table
{
 border: 0;
 width: 100%;
}

div.l_wpis td
{
 border: 0;
}

div.l_wpis td.l1
{
 text-align: center;
 width: 95px;
 border-right: 1px solid orange;
 font-size: 14px;
}

td.l1 img
{
 margin-bottom: 5px;
 border: 1px solid orange;
}

.c
{
 background: #f3f3f3;
}

.b
{
 background: white;
}