BODY, HTML { width: 100%; height: 100%; margin: 0px; background-color: #000000; text-align: center; } #divContainer { background-image: url("images/landing_bg.jpg"); background-position: center center; width: 100%; height: 100%; } #divPittsburgh { position: absolute; width: 282px; height: 184px; left: 50%; top: 50%; margin-left: -320px; margin-top: -35px; cursor: pointer; } .divPittsburghImg { background: url(images/landing_pittsburgh1.png) no-repeat; } .divPittsburghImg:hover { background: url(images/landing_pittsburgh2.png) no-repeat; } #divColumbus { position: absolute; width: 245px; height: 186px; left: 50%; top: 50%; margin-left: 50px; margin-top: -35px; cursor: pointer; } .divColumbusImg { background: url(images/landing_columbus1.png) no-repeat; } .divColumbusImg:hover { background: url(images/landing_columbus2.png) no-repeat; }