body { background-color: #000000; background-image: url(images.jpg); background-repeat: no-repeat; font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif; } a{ outline:none;} #background { position : absolute; bottom : 0; left : 0; } #navigation { position : fixed; bottom : 0px; left : 0; width : 100%; height : 70px; } #navigation .background { position : absolute; bottom : 0; left : 0; width : 100%; height : 50px; background-color: #000000; } #navigation .logo { position : absolute; bottom : 12px; left : 20px; } #navigation ul { list-style : none; position : absolute; bottom : 0; right : 20px; } #navigation ul li { float : left; } #navigation ul li a { font-size : 13px; color : #ccc; text-decoration : none; display : block; float : left; height : 33px; padding : 0 8px; padding-top : 17px; } #navigation ul li a:hover { color : #20aef0; } 