/* CSS Document */
body {
margin-top:8%;
}

#logo {
width:372px;
height:66px;
margin-left:auto;
margin-right:auto;
background-image:url(images/logo.jpg);
}

#center {
margin-top:27px;
margin-left:auto;
margin-right:auto;
width:925px;
height:409px;
}

#windows {
width:455px;
height:409px;
float:left;
background-image:url(images/windows.jpg);
outline:none;
}

#houses {
width:455px;
height:409px;
float:right;
background-image:url(images/houses.jpg);
outline:none;
}

