html, body{
 padding: 0;
 margin: 0;
 height: 100%;
 width: 100%;
 font-family:arial;
 text-align: center;
}

.real_estate{ margin-top: 20px;
}
.real_estate a{
	font-weight: bold;
	color: #3D729C;
	text-decoration: none;
}
.real_estate a:hover{
	color:#0080C0;
	text-decoration: underline;
}

.podl_bl{ width: 100%;
 height: 100%;
 background: url(images/podl_bl.gif) left bottom no-repeat;
}
.podl_br{
 width: 100%;
 height: 100%;
 background: url(images/podl_br.gif) right bottom no-repeat;
}
.podl_tr{
 width: 100%;
 height: 100%;
 background: url(images/podl_tr.gif) right top no-repeat;
}
.podl_b{
 width: 100%;
 height: 100%;
 background: url(images/podl_b.gif) left bottom repeat-x;
}
.podl_r{
 width: 100%;
 height: 100%;
 background: url(images/podl_r.gif) right top repeat-y;
}

a.text_decor{
 text-decoration: none;
}
a.text_decor:hover{
 text-decoration: underline;
}

table.table  {
  border-collapse: collapse;
}

table.table td, table.table th{
  border:solid 1px #666666;
  vertical-align:middle;
  text-align:center;
  font-size:13px;
  padding:2px;
  color:#666666;
}