html, body, #container {
min-height: 100%; /*Sets the min height to the height of the viewport.*/
width: 100%;
height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content. This mis-behavior screws up modern browsers*/
margin: 0;
padding: 0;
}
html>body #container {
height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/
}
body{
background:#9900FF;
}
#container {
position: absolute;
top: 0;
left: 0;
}
#oflazWrap {
position: absolute;
bottom: 33px;
width: 100%;
}
#oflazContainer {
margin: 0 auto;
text-align:right;
background:#9900FF;
}
#oflaz{
padding:11px 55px 11px 21px;
background-color:#FFFFFF;
font-family:"Trebuchet MS";
font-weight:bold;
color:#9900FF;
}
