html, body { height: 100%; width: 100%; padding: 0; margin: 0; overflow: hidden; }
body { background-color: #000; }

#header { width: 100%; position: absolute; z-index: 99; background: transparent url(../../../core/images/bg_000_50.png) repeat 0 0; }

#bg { position: relative; }
#bg,#bg table,#bg td {width: 100%; height: 100%; overflow: hidden; z-index: -1; }

#bg div{position:absolute; top: -20%; width: 100%; height: 100%; }
#bg td{vertical-align:middle;text-align:center}
#bg img{height: auto; width: 100%; margin:0 auto;}

