
#homeMain {
    width: 610px;
}

#topImage {
background-image: url(../images/newwhale/frame1.png);
width: 610px;
height: 206px;
}

#bottomContainer {
height: 215px;    
}
    
#bottomleft {
float: left;
background-image: url(../images/newwhale/frame2.png);
width: 176px;
height: 215px;
}

#bottomright {
float: right;
background-image: url(../images/newwhale/frame4.png);
width: 176px;
height: 215px;
margin-left: 12px;
}
    
#bottomcenter {
float: right;
background-image: url(../images/newwhale/frame3.png);
width: 235px;
height: 215px;
}
