body {
float: left;
width: 100%;
background-image: url('../p/orangeline.gif');
background-position: 51px 173px;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
margin-top: 32px;
margin-left: 51px;
}


p {
margin: 0px 0px 0px 0px;
width: 95%;
}

a {
display: block;
width: 68px;
height: 90px;
background-position: top left;
background-repeat: no-repeat;
text-decoration: none;
margin: 0px;
padding: 0px;
}

/* House Image Rollover */
a:hover {
background-position: 0 -90px;
}

#house {
max-width: 80%;
position: absolute;
left: 352px;
top: 32px;
text-align: right;
float: right;
margin: 0px;
padding: 0px;
}

/* House Description - Invisible */
span {
display: none;
}

/* House Description - Visible */
a:hover span {
position: absolute;
display: block;
top: 109px;
right: 4px;
width: 900px;
font-size: 110%;
font-weight: bold;
text-align: right;
}

h2 {
margin-top: 15px;
border: 0px;
}
