#content a {
text-decoration: none;
}

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

#greyLeft
{
width: 410px;
height: 410px;
background-color: grey;
overflow:hidden;
position:absolute;
left: 0px;
}
#greyRight
{
width: 410px;
height: 410px;
background-color: grey;
overflow:hidden;
position:absolute;
left: 410px;
}