#keys_holder{
background: url('../images/keys.jpg') no-repeat;
position: absolute;
z-index: 30;
width: 244px;
height: 108px;
bottom: 0;
right: -10px;
}
table#rects{
height: 286px;
float: left;
padding: 0;
margin-top: -2px;
}
table#rects td{
margin: 0;
padding: 1px;
}
.rect_content{
width: 194px;
height: 77px;
padding: 6px;
border: 1px solid #c6bda4;
background-color: white;
position: relative;
font-size: 10px;
}
.rect_header{
font: normal 18px times new roman, serif;
padding-bottom: 4px;
line-height: 16px;
}
.rect_content a:link {
color: #787674;
}
.rect_content a:visited {
color: #787674;
}
.rect_content a:hover {
color: #9db403;
}
.rect_content a:active {
color: #787674;
}

#main_content{
height: 376px;
}