* {
 z-index: 10;
 color: #ffffff;
}

html, body {
 margin: 0px;
 padding: 0px;
 background-image: url(img/main-bg.gif);
 background-position: center center;
 background-repeat: repeat-x;
 width: 100%;
 height: 100%;
 background-color: #4d4d4d;
 position: relative;
 overflow: hidden;
 
}

img.bgimg {
 position: absolute; top: 0px; left: 0px;
 width: 100%;
 height: 100%;
 z-index: 1;
}

table.main {
 z-index: 10;
 position: relative;
}