html
{
  overflow: hidden;
  height: 99%;
}

body
{
  background: rgb(211, 226, 195);
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 660px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -163px; 
  width: 660px;
}

.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 146px;
  height: 232px;
  background-image: url('http://ezeto.pl/prace_konserwacyjne.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.content
{
  height: 217px;
  overflow: auto;
  padding: 7px;
}

h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #0E0E0E;
  background-color: inherit;
  border-left: 5px solid rgb(211, 226, 195);
}
