#body{
width:820px;
height: 615px;
position: relative;
}

#body a {
text-decoration: none;
}

#contentContainer {
width: 820px;
height: 410px;
position: relative;
}

#largeContent1 {
width: 410px;
height: 410px;
background-color: green;
position: absolute;
left: 0;
}
#largeContent2 {
width: 410px;
height: 205px;
//background-image: url(../images/contact/stuart-saunders-games-contact.png);
background-color: grey;
position: absolute;
top:0;
left: 410;
}

#bannerBar5
{
width: 205px;
height: 205px;
overflow:hidden;
position:absolute;
left: 410px;
top: 205px;
}
#bannerBar5:hover
{
overflow:visible;
}
#bannerBar6
{
width: 205px;
height: 205px;
overflow:hidden;
position:absolute;
left: 615px;
top: 205px;
}
#bannerBar6:hover
{
overflow:visible;
}