#container { vertical-align: middle; display: table-cell; } html, body { height: 100%; width: 100%; background-color: #FFFFFF; } body { display: table; width: 600px; margin: 0 auto; } a:link { text-decoration: none; color: #000000; } a:visited { text-decoration: none; color: #000000; } a:hover { text-decoration: none; color: red; } a:active { text-decoration: none; color: #000000; }