html, body{ margin: 0px; padding: 0px; height: 100%; width: 100%; } body{ background: #000; } #wrapper{ width: 100%; height: 100%; background-color: #000; background-image:url('splash/bottom_image.jpg'); background-repeat: no-repeat; background-position: bottom right; opacity:0.3; filter:alpha(opacity=30); } #center{ width: 478px; background-image:url('splash/logo.png'); background-repeat: no-repeat; background-position: top center; text-align: center; padding-top: 50px; position: absolute; left: 50%; top: 50%; margin-top: -53px; margin-left: -239px; color: #333; font-family: arial, sans-serif; font-size: 15px; text-transform: uppercase; line-height: 30px; } a{ color: #666; text-decoration: none; text-transform: lowercase; } a:hover{ color: #fff; text-decoration: none; }