body, html {
  height: 100%; 
  } 
  
div#layout {
/* exploder 5.5+ */ 
position: absolute; 
left: 0px; 
top: 0px; 
overflow: hidden; 
text-align: center; 
} 

* > div#layout { 
/* normal browsers */ 
min-width: 865px;
min-height: 384px;
width: 100%; 
height: 100%; 
}

div#container { 
position: relative; 
top: 50%;
margin-top: -192px;
margin-left: auto; 
margin-right: auto; 
text-align: left; 
} 

div#container div.container-top { 
position: absolute; 
left: 0px; 
top: -1000px; 
height: 1000px; 
} 

div#container div.container-right { 
position: absolute; 
right: -1000px; 
top: 0px; 
width: 1000px; 
} 

div#container div.container-bottom { 
position: absolute; 
left: 0px; 
bottom: -1000px; 
height: 1000px; 
} 

div#container div.container-left { 
position: absolute; 
left: -1000px; 
top: 0px; 
width: 1000px; 
} 

div#container div.container-top-right { 
position: absolute; 
right: -1000px; 
top: -1000px; 
width: 1000px; 
height: 1000px; 
} 

div#container div.container-bottom-right { 
position: absolute; 
right: -1000px; 
bottom: -1000px; 
width: 1000px; 
height: 1000px; 
}

div#container div.container-bottom-left { 
position: absolute; 
left: -1000px; 
bottom: -1000px; 
width: 1000px; 
height: 1000px; 
} 

div#container div.container-top-left { 
position: absolute; 
left: -1000px;
top: -1000px; 
width: 1000px; 
height: 1000px; 
}

.sf-menu {
    z-index:50;
}
