Code: Select all
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: #FFF;
font-size: 13.5px;
font-weight: lighter;
letter-spacing: 0.5px;
height: 100%;
margin: 0;
padding: 0;
position: absolute;
width: 100%;
}
#container {
position: relative;
min-height: 100%;
z-index: 2;
margin-bottom: -486px;
}
/* mac hide \*/
* html #container{
height: 100%;
}
/* end hide */
#clearfooter {
clear: both;
height: 486px;
width: 100%;
}
#background {
position: absolute;
z-index: 3;
width: 100%;
height: 100%;
}
#footerIndex {
position: absolute;
text-align: center;
height: 486px;
width: 100%;
bottom: 0px;
z-index: 4;
overflow: hidden;
}
thank you!