#topContent {
    width: 790px;
    clear: both;
    float: left;
    z-index: 2;
    overflow: hidden;
    background-image: url(../images/homepageTopBackground.jpg);
    margin: 5px;
}
#left   {
    float: left;
    width: 485px;
    height: 270px;
    margin: 10px;
    background-color: #FFFFFF;
    padding: 5px;
}
#right {
    float: right;
    height: 270px;
    width: 245px;
    background-color: #FFFFFF;
    margin: 10px;
    padding: 5px;
}
#bottomContent  a:hover  {
	background-color: #045C97;
}
