#home
{
margin:0 auto;
width:990px;
height:311px;
background:#ffffff;
color:#000000;
line-height:1.2;
border-bottom:10px solid #ffffff;
}

#left
{
float:left;
width:250px;
height:311px;
background:url(graphics/house_plan.png);
background-repeat:no-repeat;
padding:0 0 0 425px;
}

#left_inner
{
display:table-cell;
vertical-align:middle;
height:311px;
}

#right
{
float:right;
width:310px;
padding-left:5px;
height:311px;
clear:both;
}

#right_inner
{
display:table-cell;
vertical-align:middle;
height:311px;
}

h1
{
padding-top:0;
}

.square
{
height:115px;
width:115px;
padding:5px;
background:#cccccc;
float:left;
margin:4px;
}

.square_bottom
{
width:125px;
float:left;
margin:4px;
}
